Skip to content

Commit 70f2133

Browse files
committed
fix including data submodules
1 parent 741d724 commit 70f2133

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)
55

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+
611
## [0.10.0] - 2025-02-18
712

813
### Added

lib/bmt/version.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module Bmt
2-
VERSION = '0.10.0'.freeze
2+
# START Contributions by Cursor.
3+
VERSION = '0.10.1'.freeze
4+
# END Cursor.
35
end

0 commit comments

Comments
 (0)