File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66module Utopia
77 module Project
8- VERSION = "0.37.2 "
8+ VERSION = "0.37.3 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ Please see the [project documentation](https://socketry.github.io/utopia-project
3333
3434Please 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments