Skip to content

Commit 2cc7201

Browse files
committed
v0.3.9
1 parent 34758be commit 2cc7201

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diary-generator"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.57"

tests/atom_feed_page.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async fn plentiful_configurations() {
8989
<name>Mathspy</name>
9090
<uri>https://mathspy.me/</uri>
9191
</author>
92-
<generator uri="https://github.com/Mathspy/diary-generator" version="0.3.8">diary-generator</generator>
92+
<generator uri="https://github.com/Mathspy/diary-generator" version="0.3.9">diary-generator</generator>
9393
<link rel="self" href="https://gamediary.dev/feed.xml" />
9494
<link rel="alternate" href="https://gamediary.dev/" />
9595
<logo>/media/cover.png</logo>
@@ -233,7 +233,7 @@ There’s no turning back now",
233233
<id>https://example.com/</id>
234234
<title>Diary</title>
235235
<updated>2021-12-09T00:00:00Z</updated>
236-
<generator uri="https://github.com/Mathspy/diary-generator" version="0.3.8">diary-generator</generator>
236+
<generator uri="https://github.com/Mathspy/diary-generator" version="0.3.9">diary-generator</generator>
237237
<link rel="self" href="https://example.com/feed.xml" />
238238
<link rel="alternate" href="https://example.com/" />
239239
<entry>

0 commit comments

Comments
 (0)