Skip to content

Commit

Permalink
chore: tagging 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 9, 2025
1 parent 7695dd4 commit b0968f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change the version then run the command in the parent folder.

```bash
# set the version
version="0.3.7"
version="0.4.0"
# update the toml files
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-contracts/aiken.toml
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-cli/Cargo.toml
Expand All @@ -25,7 +25,7 @@ cargo test --release
cargo clippy -- -D warnings
cargo fmt -- --check
cargo package
cargo publish --dry-run
cargo publish
cd ..
```

Expand All @@ -38,7 +38,7 @@ If a recompile is required and the contract hashes change then the [seedelf-cont
Removing a tagged release involves deleting it locally and deleting the tagged branch.

```bash
version="0.3.7"
version="0.4.0"
git tag -d ${version}
git push origin --delete ${version}
```
2 changes: 1 addition & 1 deletion seedelf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seedelf-cli"
version = "0.3.7"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "Seedelf: A Cardano Stealth Wallet"
Expand Down
2 changes: 1 addition & 1 deletion seedelf-contracts/aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "logical-mechanism/Seedelf-Wallet"
version = "0.3.7"
version = "0.4.0"
compiler = "v1.1.9"
plutus = "v3"
license = "MIT"
Expand Down

0 comments on commit b0968f7

Please # to comment.