Skip to content

Commit 46e022f

Browse files
committed
bump version to 0.11.1
1 parent e43fe25 commit 46e022f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.11.1] - 2026-05-11
7+
8+
### Fixed
9+
- Included data submodules in the built gem (they were missing from 0.10.0)
10+
611
## [0.11.0] - 2026-05-11
712

813
### Changed

lib/bmt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Bmt
22
# START Contributions by Cursor.
3-
VERSION = '0.11.0'.freeze
3+
VERSION = '0.11.1'.freeze
44
# END Cursor.
55
end

0 commit comments

Comments
 (0)