We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa202c1 commit fc47af5Copy full SHA for fc47af5
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.1.1] - 2026-05-05
4
+
5
+- Simplify `Tbx::Namespaces::TbxNamespace` to `Tbx::Namespace`
6
+- Fix submodule reference for test fixtures in CI
7
+- Use git source for lutaml-model dependency in CI
8
9
## [0.1.0] - 2026-05-05
10
11
- Initial release
lib/tbx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Tbx
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments