Skip to content

Commit

Permalink
Releases rio_xml 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jul 9, 2022
1 parent be8101f commit d849750
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.7.3] - 2022-07-09

## Changed
- Adds `RdfXmlParser::buffer_position`.


## [0.7.2] - 2022-06-11

## Changed
Expand Down
2 changes: 1 addition & 1 deletion testsuite/rdf-star
2 changes: 1 addition & 1 deletion xml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rio_xml"
version = "0.7.2"
version = "0.7.3"
authors = ["Tpt <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
1 change: 1 addition & 0 deletions xml/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl<R: BufRead> RdfXmlParser<R> {
}
}

/// The current byte position in the input data.
pub fn buffer_position(&self) -> usize {
self.reader.reader.buffer_position()
}
Expand Down

0 comments on commit d849750

Please sign in to comment.