Skip to content

Commit 7008b49

Browse files
committed
Bump minor version.
1 parent ea2e353 commit 7008b49

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

lib/utopia/project/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Utopia
77
module Project
8-
VERSION = "0.39.0"
8+
VERSION = "0.40.0"
99
end
1010
end

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Please see the [project documentation](https://socketry.github.io/utopia-project
3333

3434
Please see the [project releases](https://socketry.github.io/utopia-project/releases/index) for all releases.
3535

36+
### v0.40.0
37+
38+
- Fixed duplicate heading IDs when multiple sections have the same title. Permalinks and sidebar scroll tracking now work correctly when you have headings with identical text in different sections (e.g., multiple "Deployment" subsections under "Kubernetes" and "Systemd").
39+
- Improved guides index page to show guide summaries (first paragraph) instead of just listing titles.
40+
- Added previous/next navigation at the top and bottom of guide pages for easier sequential reading.
41+
3642
### v0.37.3
3743

3844
- Support for `@example` pragmas from the `decode` gem, allowing inline code examples to be rendered in API documentation.
@@ -69,10 +75,6 @@ Please see the [project releases](https://socketry.github.io/utopia-project/rele
6975

7076
- [Rename `changes.md` to `releases.md`](https://socketry.github.io/utopia-project/releases/index#rename-changes.md-to-releases.md)
7177

72-
### v0.29.0
73-
74-
- [Improve `changes.md` document organization](https://socketry.github.io/utopia-project/releases/index#improve-changes.md-document-organization)
75-
7678
## See Also
7779

7880
- [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## Unreleased
3+
## v0.40.0
44

55
- Fixed duplicate heading IDs when multiple sections have the same title. Permalinks and sidebar scroll tracking now work correctly when you have headings with identical text in different sections (e.g., multiple "Deployment" subsections under "Kubernetes" and "Systemd").
66
- Improved guides index page to show guide summaries (first paragraph) instead of just listing titles.

0 commit comments

Comments
 (0)