Skip to content

Commit f2b9267

Browse files
committed
Bump patch version.
1 parent 7de4221 commit f2b9267

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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.37.2"
8+
VERSION = "0.37.3"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ 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.37.3
37+
38+
- Support for `@example` pragmas from the `decode` gem, allowing inline code examples to be rendered in API documentation.
39+
3640
### v0.37.2
3741

3842
- Fix mermaid diagram text color in dark mode.
@@ -69,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/utopia-project/rele
6973

7074
- [Improve `changes.md` document organization](https://socketry.github.io/utopia-project/releases/index#improve-changes.md-document-organization)
7175

72-
### v0.28.0
73-
74-
- [Introduce `changes.md` document](https://socketry.github.io/utopia-project/releases/index#introduce-changes.md-document)
75-
7676
## See Also
7777

7878
- [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.37.3
44

55
- Support for `@example` pragmas from the `decode` gem, allowing inline code examples to be rendered in API documentation.
66

0 commit comments

Comments
 (0)