Skip to content

Commit dd34853

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.103.0...v1.0.0) (2024-02-06) ### Features * disable recording for tests tagged :noappmap ([0278ad9](0278ad9)) ### BREAKING CHANGES * bump to version 1.0.0
1 parent c5c8167 commit dd34853

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/getappmap/appmap-ruby/compare/v0.103.0...v1.0.0) (2024-02-06)
2+
3+
4+
### Features
5+
6+
* disable recording for tests tagged :noappmap ([0278ad9](https://github.com/getappmap/appmap-ruby/commit/0278ad982d72e8fc229f5f5c0ebf6fb607488018))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* bump to version 1.0.0
12+
113
# [0.103.0](https://github.com/getappmap/appmap-ruby/compare/v0.102.2...v0.103.0) (2023-12-18)
214

315

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.103.0'
6+
VERSION = '1.0.0'
77

88
APPMAP_FORMAT_VERSION = '1.12.0'
99

0 commit comments

Comments
 (0)