Skip to content

Commit

Permalink
chore(master): release 0.24.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Apr 24, 2024
1 parent f7c2cbb commit 9602657
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.2"
".": "0.24.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.24.0](https://github.com/dwilkie/pumi/compare/v0.23.2...v0.24.0) (2024-04-24)


### Features

* Update data ([#75](https://github.com/dwilkie/pumi/issues/75)) ([f7c2cbb](https://github.com/dwilkie/pumi/commit/f7c2cbba14b1ac62065f3569ab5f08cabcc2aaa2))

## [0.23.2](https://github.com/dwilkie/pumi/compare/v0.23.1...v0.23.2) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion lib/pumi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pumi
VERSION = "0.23.2".freeze
VERSION = "0.24.0".freeze
end

0 comments on commit 9602657

Please sign in to comment.