Skip to content

Commit df450a4

Browse files
committed
Bump to v0.1.2 with Ruby 3.4 and Tapioca 0.17 support
- Update development Ruby version to 3.4.0 - Upgrade Tapioca to ~> 0.17 for Ruby 3.4 compatibility - Fixes CI failure with tapioca gems command This is a patch release that updates development dependencies to support Ruby 3.4 while maintaining backward compatibility with Ruby >= 3.0.0 for gem users.
1 parent e59a737 commit df450a4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2025-11-12
11+
12+
### Changed
13+
14+
- Updated development Ruby version to 3.4.0
15+
- Upgraded Tapioca to ~> 0.17 for Ruby 3.4 compatibility
16+
1017
### Removed
1118

1219
- Removed `lib/zaxcel/README.md`. Documentation is centralized in the root `README.md`.
@@ -33,4 +40,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3340

3441
[0.1.0]: https://github.com/angellist/zaxcel/releases/tag/v0.1.0
3542
[0.1.1]: https://github.com/angellist/zaxcel/releases/tag/v0.1.1
36-
[Unreleased]: https://github.com/angellist/zaxcel/compare/v0.1.1...HEAD
43+
[0.1.2]: https://github.com/angellist/zaxcel/releases/tag/v0.1.2
44+
[Unreleased]: https://github.com/angellist/zaxcel/compare/v0.1.2...HEAD

lib/zaxcel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# typed: strict
33

44
module Zaxcel
5-
VERSION = '0.1.1'
5+
VERSION = '0.1.2'
66
end

zaxcel.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ Gem::Specification.new do |spec|
6969
spec.add_development_dependency 'rubocop', '~> 1.72'
7070
spec.add_development_dependency 'rubocop-rspec', '~> 3.5'
7171
spec.add_development_dependency 'sorbet', '~> 0.5'
72-
spec.add_development_dependency 'tapioca', '~> 0.11'
72+
spec.add_development_dependency 'tapioca', '~> 0.17'
7373
end

0 commit comments

Comments
 (0)