We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028fe66 commit 2d26cccCopy full SHA for 2d26ccc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.1](https://github.com/getappmap/appmap-ruby/compare/v1.0.0...v1.0.1) (2024-04-30)
2
+
3
4
+### Bug Fixes
5
6
+* Handle exceptions in app.matches? ([0e9db0d](https://github.com/getappmap/appmap-ruby/commit/0e9db0dc6d574785865c8883a85f011635fa1495)), closes [#358](https://github.com/getappmap/appmap-ruby/issues/358)
7
8
# [1.0.0](https://github.com/getappmap/appmap-ruby/compare/v0.103.0...v1.0.0) (2024-02-06)
9
10
lib/appmap/version.rb
@@ -3,7 +3,7 @@
module AppMap
URL = 'https://github.com/applandinc/appmap-ruby'
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
APPMAP_FORMAT_VERSION = '1.12.0'
0 commit comments