Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 19, 2023
1 parent a78e83a commit d792fce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# Changelog

## v0.3.0 / 2023-01-19
## 0.3.1 / 2023-01-19

- Revert removal of escaping/unescaping code in relative URL resolution (a78e83a)

## 0.3.0 / 2023-01-19

- Remove escaping/unescaping code in relative URL resolution (2de6c5b)
- Remove code-scanning-rubocop and rspec-github gems (3b3e625)
- Update development Ruby to v2.7.7 (bd328f5)

## v0.2.2 / 2022-08-20
## 0.2.2 / 2022-08-20

- Improve handling of escaped and invalid URLs (b0d6c75)

## v0.2.1 / 2022-08-20
## 0.2.1 / 2022-08-20

- Handle escaped URLs and invalid URLs (af78837)
- Use ruby/debug gem instead of pry-byebug (4476b9d)

## v0.2.0 / 2022-07-02
## 0.2.0 / 2022-07-02

- Make `resolve_relative_url` method public (d132dd3)

## v0.1.0 / 2022-07-01
## 0.1.0 / 2022-07-01

- Initial release! 🎉
2 changes: 1 addition & 1 deletion lib/nokogiri/html_ext/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Nokogiri
module HTMLExt
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end

0 comments on commit d792fce

Please sign in to comment.