Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Sep 30, 2023
1 parent 0e2e247 commit 79faad7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.18.1] - 2023-09-30
### Added
- `ExpandedName::from_static`.
Thanks to [@WhyNotHugo](https://github.com/WhyNotHugo)

### Fixed
- Replace `\r` in CDATA as well.
- `no_std` build.
Thanks to [@wenyuzhao](https://github.com/wenyuzhao)

## [0.18.0] - 2023-02-04
### Added
Expand Down Expand Up @@ -241,7 +249,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

[Unreleased]: https://github.com/RazrFalcon/roxmltree/compare/v0.18.0..HEAD
[Unreleased]: https://github.com/RazrFalcon/roxmltree/compare/v0.18.1..HEAD
[0.18.1]: https://github.com/RazrFalcon/roxmltree/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/RazrFalcon/roxmltree/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/RazrFalcon/roxmltree/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/RazrFalcon/roxmltree/compare/v0.15.1...v0.16.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roxmltree"
version = "0.18.0"
version = "0.18.1"
authors = ["Yevhenii Reizner <[email protected]>"]
keywords = ["xml", "parser", "tree", "dom"]
categories = ["parser-implementations"]
Expand All @@ -16,7 +16,7 @@ members = ["benches"]
exclude = ["test-apps", "testing-tools"]

[dependencies]
xmlparser = { version = "0.13.5", default-features = false }
xmlparser = { version = "0.13.6", default-features = false }

[features]
default = ["std", "positions"]
Expand Down

0 comments on commit 79faad7

Please sign in to comment.