Skip to content

Commit f2d313b

Browse files
chore(release): 0.86.0 [skip ci]
# [0.86.0](v0.85.0...v0.86.0) (2022-08-10) ### Features * Don't record rspec test when appmap: false ([09c4a24](09c4a24))
1 parent db10a18 commit f2d313b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.86.0](https://github.com/applandinc/appmap-ruby/compare/v0.85.0...v0.86.0) (2022-08-10)
2+
3+
4+
### Features
5+
6+
* Don't record rspec test when appmap: false ([09c4a24](https://github.com/applandinc/appmap-ruby/commit/09c4a249c7446c6aebcc1d462d3d7b35817334fc))
7+
18
# [0.85.0](https://github.com/applandinc/appmap-ruby/compare/v0.84.0...v0.85.0) (2022-08-08)
29

310

lib/appmap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module AppMap
44
URL = 'https://github.com/applandinc/appmap-ruby'
55

6-
VERSION = '0.85.0'
6+
VERSION = '0.86.0'
77

88
APPMAP_FORMAT_VERSION = '1.7.0'
99

0 commit comments

Comments
 (0)