Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 24, 2021
1 parent 1e6b1ef commit 2efbe5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.13.4] - 2021-06-24
### Fixed
- Do not expand predefined references in `Stream::consume_reference`.
Thanks to [@Jesse-Bakker](https://github.com/Jesse-Bakker).

## [0.13.3] - 2020-09-02
### Changed
- Documentation fixes by [@kneasle](https://github.com/kneasle).
Expand Down Expand Up @@ -200,7 +205,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- `log` 0.3 -> 0.4

[Unreleased]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.3...HEAD
[Unreleased]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.4...HEAD
[0.13.4]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.2...v0.13.3
[0.13.2]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/RazrFalcon/xmlparser/compare/v0.13.0...v0.13.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xmlparser"
version = "0.13.3"
version = "0.13.4"
authors = ["Evgeniy Reizner <[email protected]>"]
categories = ["parser-implementations"]
description = "Pull-based, zero-allocation XML parser."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you are looking for a higher level solution, check out

#![no_std]

#![doc(html_root_url = "https://docs.rs/xmlparser/0.13.3")]
#![doc(html_root_url = "https://docs.rs/xmlparser/0.13.4")]

#![forbid(unsafe_code)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 2efbe5c

Please sign in to comment.