Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 14, 2023
1 parent 210c8ee commit 2a7b470
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.2.0] - 2023-11-14

### Added

- WHATWG IDNA functions
Expand All @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning].

[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/uri-idna/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/skryukov/uri-idna/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/skryukov/uri-idna/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/skryukov/uri-idna/commits/v0.1.0

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
Expand Down
2 changes: 1 addition & 1 deletion lib/uri/idna/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module URI
module IDNA
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 2a7b470

Please sign in to comment.