Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Feb 6, 2024
1 parent c5c8167 commit dd34853
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/getappmap/appmap-ruby/compare/v0.103.0...v1.0.0) (2024-02-06)


### Features

* disable recording for tests tagged :noappmap ([0278ad9](https://github.com/getappmap/appmap-ruby/commit/0278ad982d72e8fc229f5f5c0ebf6fb607488018))


### BREAKING CHANGES

* bump to version 1.0.0

# [0.103.0](https://github.com/getappmap/appmap-ruby/compare/v0.102.2...v0.103.0) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/appmap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module AppMap
URL = 'https://github.com/applandinc/appmap-ruby'

VERSION = '0.103.0'
VERSION = '1.0.0'

APPMAP_FORMAT_VERSION = '1.12.0'

Expand Down

0 comments on commit dd34853

Please sign in to comment.