Skip to content

Commit

Permalink
chore(master): release 0.26.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored May 20, 2024
1 parent 1164cc7 commit ed7c5fe
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.25.0"
".": "0.26.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.26.0](https:/dwilkie/pumi/compare/v0.25.0...v0.26.0) (2024-05-20)


### Features

* Add UNGEGN names and update Wikipedia publisher and parsers ([#81](https:/dwilkie/pumi/issues/81)) ([1164cc7](https:/dwilkie/pumi/commit/1164cc7ae518dc410c14136deadef343cb50585e))

## [0.25.0](https:/dwilkie/pumi/compare/v0.24.1...v0.25.0) (2024-05-19)


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.25.0".freeze
VERSION = "0.26.0".freeze
end

0 comments on commit ed7c5fe

Please sign in to comment.