Skip to content

Commit 9363eca

Browse files
committed
Bump version: 2.0.1
1 parent ffa0e7f commit 9363eca

File tree

15 files changed

+15
-11
lines changed

15 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 `2023-07-01`
2+
3+
Fix font size variable in the default PDF template.
4+
15
## 2.0.0 `2023-07-01`
26

37
This is a new major version release of bard. This release also comes with new documentation – [a book](https://bard.md/book).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bard"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Vojtech Kral and contributors"]
55
description = "Creates PDF and HTML songbooks out of easy-to-write Markdown sources."
66
readme = "README.md"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fmt:
44

55
.PHONY: msrv
66
msrv:
7-
CARGO_TARGET_DIR=target-msrv cargo +$(shell yq -r .env.MSRV .github/workflows/CI.yaml) check --tests
7+
CARGO_TARGET_DIR=target-msrv cargo +$(shell yq -r .package.rust-version Cargo.toml) check --tests
88

99
.PHONY: lint
1010
lint:

default/output/songbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h4>(You can edit this content!)</h4>
225225
<hr class="separator">
226226
</div>
227227
<footer class="faint">
228-
Created with <strong><a href="https://bard.md">bard</a></strong> version 2.0.0-alpha3.
228+
Created with <strong><a href="https://bard.md">bard</a></strong> version 2.0.1.
229229
</footer>
230230
</body>
231231
</html>

default/output/songbook.pdf

-21 Bytes
Binary file not shown.

example/output/songbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ <h4>Irish &amp; Scottish traditional</h4>
592592
<hr class="separator">
593593
</div>
594594
<footer class="faint">
595-
Created with <strong><a href="https://bard.md">bard</a></strong> version 2.0.0-alpha3.
595+
Created with <strong><a href="https://bard.md">bard</a></strong> version 2.0.1.
596596
</footer>
597597
</body>
598598
</html>

example/output/songbook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@
19171917
},
19181918
"program": {
19191919
"name": "bard",
1920-
"version": "2.0.0-alpha3",
1920+
"version": "2.0.1",
19211921
"description": "Creates PDF and HTML songbooks out of easy-to-write Markdown sources.",
19221922
"homepage": "https://bard.md",
19231923
"authors": "Vojtech Kral and contributors"

example/output/songbook.pdf

19 Bytes
Binary file not shown.

example/output/songbook.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Software metadata -->
2929
<program>
3030
<name>bard</name>
31-
<version>2.0.0-alpha3</version>
31+
<version>2.0.1</version>
3232
<description>Creates PDF and HTML songbooks out of easy-to-write Markdown sources.</description>
3333
<homepage>https://bard.md</homepage>
3434
<authors>Vojtech Kral and contributors</authors>

0 commit comments

Comments
 (0)