Skip to content

Commit 31f2317

Browse files
committed
Bump to 0.3.1
1 parent b357c1f commit 31f2317

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

Diff for: CHANGELOG.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
# Version 0.3.0
2-
* Added support for reading bzip2 multi-stream files.
1+
# CHANGELOG
32

4-
# Version 0.2.2
5-
* Changed behavior of parsing paragraph breaks so that newlines are preserved.
3+
## Version 0.3.1
64

7-
# Version 0.2.1
8-
* Changed behavior of parsing headings so that newlines are added before and after the header.
5+
- Added `raw` property on `PageRevision` to access the raw unprocessed text of the page in a given revision.
96

10-
# Version 0.2.0
11-
* Added .bz2 file stream reading support.
7+
## Version 0.3.0
128

13-
# Version 0.1.0
14-
* Initial release.
9+
- Added support for reading bzip2 multi-stream files.
10+
11+
## Version 0.2.2
12+
13+
- Changed behavior of parsing paragraph breaks so that newlines are preserved.
14+
15+
## Version 0.2.1
16+
17+
- Changed behavior of parsing headings so that newlines are added before and after the header.
18+
19+
## Version 0.2.0
20+
21+
- Added .bz2 file stream reading support.
22+
23+
## Version 0.1.0
24+
25+
- Initial release.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A library for parsing Mediawiki XML dumps"
44
repository = "https://github.com/camchenry/wikidump"
55
license = "MIT"
66
readme = "README.md"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = ["camchenry <[email protected]>"]
99
edition = "2018"
1010
include = ["Cargo.toml", "README.md", "LICENSE", "src/**/*.rs"]

0 commit comments

Comments
 (0)