From 07fd9ff0ad481c69d1121d7c3aac14f8bfa89dee Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Sep 2024 15:41:01 -0400 Subject: [PATCH 1/4] refactor: remove old changelog entries --- CHANGELOG.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0617489a8..12c49db83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,3 @@ -## v0.4.0 (2024-09-30) - -### Feat - -- add scheduled binary release workflow -- introduce process-compose for process management -- add counter animation to hero section -- add registration page - -### Refactor - -- move dwn wasm build to pkg directory - ## v0.3.1 (2024-09-29) ### Refactor @@ -124,7 +111,7 @@ - extract root command creation to separate file - move ipfs setup to function - remove unnecessary proxy config -- rename script to +- rename script to - move DWN proxy server logic to separate file - use htmx instead of dwn for vault client - remove unused environment variables @@ -132,7 +119,7 @@ - use staking keeper in DID keeper - remove unused dependencies - remove unused image building workflow -- add field to +- add field to - Update KeyKind Enum to have proper naming conventions - Update `DIDNamespace` to have proper naming convention - expose ports directly in docker-compose From 7306bf7018061eef5bd66eb863f1393f4546eb65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 19:41:27 +0000 Subject: [PATCH 2/4] =?UTF-8?q?bump:=20version=200.3.1=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 1256ee222..b91705dab 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.3.1" +version = "0.4.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c49db83..e69343267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## v0.4.0 (2024-09-30) + +### Feat + +- **dwn**: add wasm build for dwn +- add macaroon and oracle genesis states +- add scheduled binary release workflow +- introduce process-compose for process management +- add counter animation to hero section +- add registration page + +### Fix + +- Enable scheduled release workflow + +### Refactor + +- remove old changelog entries +- remove unnecessary checkout in scheduled-release workflow +- rename build ID to sonr +- remove unnecessary release existence check +- move dwn wasm build to pkg directory + ## v0.3.1 (2024-09-29) ### Refactor From fde2fff1fbcaa0ab6bf0717b1f5f1395aa06e0bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 19:45:17 +0000 Subject: [PATCH 3/4] =?UTF-8?q?bump:=20version=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index b91705dab..e04a18f1a 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.4.0" +version = "0.5.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index e69343267..1c283e58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.0 (2024-09-30) + +### Feat + +- update release workflow to use latest tag + ## v0.4.0 (2024-09-30) ### Feat From e6f7f70201edd42aeb1b802a29ca91af5d741a16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 19:57:41 +0000 Subject: [PATCH 4/4] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index e04a18f1a..3a94bbeb7 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.0" +version = "0.6.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c283e58f..ea4dc34b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.0 (2024-09-30) + +### Feat + +- add Homebrew tap for sonr + ## v0.5.0 (2024-09-30) ### Feat