Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Feb 28, 2025
1 parent b378d03 commit b06d3fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.3.0] - 2025-02-28

### Added

- Support transform keys. ([@patvice], [@skryukov])
Expand Down Expand Up @@ -114,7 +116,8 @@ and this project adheres to [Semantic Versioning].
[@patvice]: https://github.com/patvice
[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/skryukov/typelizer/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/skryukov/typelizer/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion lib/typelizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Typelizer
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit b06d3fd

Please sign in to comment.