Skip to content

Commit fc47af5

Browse files
committed
Release v0.1.1
1 parent aa202c1 commit fc47af5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

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+
39
## [0.1.0] - 2026-05-05
410

511
- Initial release

lib/tbx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Tbx
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
end

0 commit comments

Comments
 (0)