Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz committed Sep 2, 2023
1 parent c02010f commit 071e9f2
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracts/dev-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ contract = true

[features]
default = []
core_riff = []
core_riff = []
16 changes: 16 additions & 0 deletions contracts/smartdeploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/smartdeploy-v0.1.0) - 2023-09-02

### Added
- dev_deploy and update to newest loam ([#6](https://github.com/TENK-DAO/smartdeploy/pull/6))
- use loam-cli to build and allow publishing bytes directly! ([#4](https://github.com/TENK-DAO/smartdeploy/pull/4))

### Other
- use release-plz and ensure that generated id is funded on a network ([#8](https://github.com/TENK-DAO/smartdeploy/pull/8))
18 changes: 18 additions & 0 deletions crates/smartdeploy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/smartdeploy-cli-v0.1.0) - 2023-09-02

### Added
- use loam-cli to build and allow publishing bytes directly! ([#4](https://github.com/TENK-DAO/smartdeploy/pull/4))

### Fixed
- id ([#5](https://github.com/TENK-DAO/smartdeploy/pull/5))

### Other
- use release-plz and ensure that generated id is funded on a network ([#8](https://github.com/TENK-DAO/smartdeploy/pull/8))
15 changes: 15 additions & 0 deletions crates/smartdeploy-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/smartdeploy-macros-v0.1.0) - 2023-09-02

### Added
- add sdk with core riff macro ([#7](https://github.com/TENK-DAO/smartdeploy/pull/7))

### Other
- use release-plz and ensure that generated id is funded on a network ([#8](https://github.com/TENK-DAO/smartdeploy/pull/8))
15 changes: 15 additions & 0 deletions crates/smartdeploy-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/smartdeploy-sdk-v0.1.0) - 2023-09-02

### Added
- add sdk with core riff macro ([#7](https://github.com/TENK-DAO/smartdeploy/pull/7))

### Other
- use release-plz and ensure that generated id is funded on a network ([#8](https://github.com/TENK-DAO/smartdeploy/pull/8))
2 changes: 1 addition & 1 deletion crates/smartdeploy-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.0" }
smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.0" }
2 changes: 1 addition & 1 deletion examples/cross_contract/contract_a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ smartdeploy-sdk = { workspace = true }
loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }

[package.metadata.loam]
contract = true
contract = true
2 changes: 1 addition & 1 deletion examples/cross_contract/contract_b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ contract-a = { path = "../contract_a" }
loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }

[package.metadata.loam]
contract = true
contract = true
2 changes: 1 addition & 1 deletion examples/errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ loam-sdk-core-riff = { workspace = true }
loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }

[package.metadata.loam]
contract = true
contract = true
2 changes: 1 addition & 1 deletion examples/increment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ loam-sdk-core-riff = { workspace = true }
loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }

[package.metadata.loam]
contract = true
contract = true

0 comments on commit 071e9f2

Please sign in to comment.