diff --git a/lib/utopia/project/version.rb b/lib/utopia/project/version.rb index 771fefb..6d90c4f 100644 --- a/lib/utopia/project/version.rb +++ b/lib/utopia/project/version.rb @@ -5,6 +5,6 @@ module Utopia module Project - VERSION = "0.29.0" + VERSION = "0.30.0" end end diff --git a/readme.md b/readme.md index 20a03d6..45a86ff 100644 --- a/readme.md +++ b/readme.md @@ -29,15 +29,19 @@ Please see the [project documentation](https://socketry.github.io/utopia-project ## Releases -Please see the [project changes](https://socketry.github.io/utopia-project/changes/index) for more details. +Please see the [project changes](https://socketry.github.io/utopia-project/changes/index) for all releases. + +### v0.30.0 + + - [Rename `changes.md` to `releases.md`](https://socketry.github.io/utopia-project/releases/index#rename-changes.md-to-releases.md) ### v0.29.0 - - [Improve `changes.md` document organization](https://socketry.github.io/utopia-project/changes/index#improve-changes.md-document-organization) + - [Improve `changes.md` document organization](https://socketry.github.io/utopia-project/releases/index#improve-changes.md-document-organization) ### v0.28.0 - - [Introduce `changes.md` document](https://socketry.github.io/utopia-project/changes/index#introduce-changes.md-document) + - [Introduce `changes.md` document](https://socketry.github.io/utopia-project/releases/index#introduce-changes.md-document) ## See Also diff --git a/releases.md b/releases.md index 994e469..427b4c4 100644 --- a/releases.md +++ b/releases.md @@ -2,7 +2,7 @@ This document outlines major changes and new features in each release of the project. -## Unreleased +## v0.30.0 ### Rename `changes.md` to `releases.md`