Skip to content

Commit 261009e

Browse files
committed
chore: release v0.5.0
1 parent c5cf418 commit 261009e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
## [Unreleased]
33

44

5+
<a name="v0.5.0"></a>
6+
## [v0.5.0] - 2024-11-14
7+
### Features
8+
- improve styling of image figures
9+
- use ContentBaseName for identifying backlinked page
10+
11+
### Fixes
12+
- use link text for backlinks if given
13+
14+
515
<a name="v0.4.0"></a>
616
## [v0.4.0] - 2024-11-03
717
### Features
@@ -50,7 +60,8 @@
5060
- initial commit
5161

5262

53-
[Unreleased]: https://github.com/michenriksen/hugo-theme-til/compare/v0.4.0...HEAD
63+
[Unreleased]: https://github.com/michenriksen/hugo-theme-til/compare/v0.5.0...HEAD
64+
[v0.5.0]: https://github.com/michenriksen/hugo-theme-til/compare/v0.4.0...v0.5.0
5465
[v0.4.0]: https://github.com/michenriksen/hugo-theme-til/compare/v0.3.0...v0.4.0
5566
[v0.3.0]: https://github.com/michenriksen/hugo-theme-til/compare/v0.2.1...v0.3.0
5667
[v0.2.1]: https://github.com/michenriksen/hugo-theme-til/compare/v0.2.0...v0.2.1

data/til/meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
themeName = "Today I Learned"
2-
themeVersion = "0.4.0"
2+
themeVersion = "0.5.0"
33
themeUrl = "https://github.com/michenriksen/hugo-theme-til"

0 commit comments

Comments
 (0)