From 46e022ffeb77ad964c3a46b6f9782d1774f7f663 Mon Sep 17 00:00:00 2001 From: fedetaglia Date: Mon, 11 May 2026 15:05:59 +1000 Subject: [PATCH] bump version to 0.11.1 --- CHANGELOG.md | 5 +++++ lib/bmt/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceabed0..bebca9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) +## [0.11.1] - 2026-05-11 + +### Fixed +- Included data submodules in the built gem (they were missing from 0.10.0) + ## [0.11.0] - 2026-05-11 ### Changed diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index 473730f..2cb250c 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,5 +1,5 @@ module Bmt # START Contributions by Cursor. - VERSION = '0.11.0'.freeze + VERSION = '0.11.1'.freeze # END Cursor. end