We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741d724 commit 70f2133Copy full SHA for 70f2133
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)
5
6
+## [0.10.1] - 2026-02-20
7
+
8
+### Fixed
9
+- Included 0.1 and 0.9 data submodules in the built gem (they were missing from 0.10.0)
10
11
## [0.10.0] - 2025-02-18
12
13
### Added
lib/bmt/version.rb
@@ -1,3 +1,5 @@
1
module Bmt
2
- VERSION = '0.10.0'.freeze
+ # START Contributions by Cursor.
+ VERSION = '0.10.1'.freeze
+ # END Cursor.
end
0 commit comments