From 61177cc3accdefcea112af403cc4beb37014fecf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jun 2022 16:24:35 +0000 Subject: [PATCH] chore(release): 0.83.5 [skip ci] ## [0.83.5](https://github.com/applandinc/appmap-ruby/compare/v0.83.4...v0.83.5) (2022-06-30) ### Bug Fixes * Remove spec and test from the gem ([ab2f6cb](https://github.com/applandinc/appmap-ruby/commit/ab2f6cbd99b2380cd3bc6fcea6a128c080bbcde0)) --- CHANGELOG.md | 7 +++++++ lib/appmap/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af490e31..722689d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.83.5](https://github.com/applandinc/appmap-ruby/compare/v0.83.4...v0.83.5) (2022-06-30) + + +### Bug Fixes + +* Remove spec and test from the gem ([ab2f6cb](https://github.com/applandinc/appmap-ruby/commit/ab2f6cbd99b2380cd3bc6fcea6a128c080bbcde0)) + ## [0.83.4](https://github.com/applandinc/appmap-ruby/compare/v0.83.3...v0.83.4) (2022-06-22) diff --git a/lib/appmap/version.rb b/lib/appmap/version.rb index c0dc075c..3286ac16 100644 --- a/lib/appmap/version.rb +++ b/lib/appmap/version.rb @@ -3,7 +3,7 @@ module AppMap URL = 'https://github.com/applandinc/appmap-ruby' - VERSION = '0.83.4' + VERSION = '0.83.5' APPMAP_FORMAT_VERSION = '1.7.0'