Skip to content

Commit

Permalink
Release the contract 0.5.0 (#6)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.0...v0.5.0)
(2024-10-07)


### ⚠ BREAKING CHANGES

* remove `Actor` enum completely & use a single `AccountId` instead of
`Vec<Actor>`

### Miscellaneous Chores

* release 0.5.0
([e3eb3d8](e3eb3d8))


### Documentation

* fill Readme file
([2d9b119](2d9b119))
* leave comments to describe internal structures purpose
([a09875f](a09875f))


### Bug Fixes

* use `near_workspaces::compile_project()` to avoid errors due to the
missing contract WASM file
([2e8b9a9](2e8b9a9))


### Code Refactoring

* remove `Actor` enum completely & use a single `AccountId` instead of
`Vec&lt;Actor&gt;`
([ff85dca](ff85dca))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
denbite authored Oct 7, 2024
2 parents e3eb3d8 + 4c40afa commit dd323a0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.5.0](https://github.com/nearuaguild/abstract-dao/compare/v0.4.0...v0.5.0) (2024-10-07)


### ⚠ BREAKING CHANGES

* remove `Actor` enum completely & use a single `AccountId` instead of `Vec<Actor>`

### Miscellaneous Chores

* release 0.5.0 ([e3eb3d8](https://github.com/nearuaguild/abstract-dao/commit/e3eb3d8b4b468cc69dbe1250ee4d30f7028790f7))


### Documentation

* fill Readme file ([2d9b119](https://github.com/nearuaguild/abstract-dao/commit/2d9b1191c277b74ca57d05badaf74889cc3a6f56))
* leave comments to describe internal structures purpose ([a09875f](https://github.com/nearuaguild/abstract-dao/commit/a09875f355163d7401d35f82a3a9face8fb3a1da))


### Bug Fixes

* use `near_workspaces::compile_project()` to avoid errors due to the missing contract WASM file ([2e8b9a9](https://github.com/nearuaguild/abstract-dao/commit/2e8b9a9362ceb0617a7e371f16f6b909b6608cab))


### Code Refactoring

* remove `Actor` enum completely & use a single `AccountId` instead of `Vec&lt;Actor&gt;` ([ff85dca](https://github.com/nearuaguild/abstract-dao/commit/ff85dcaebbc0d95f700bda4a62a2b08bd3cc7eff))

## [0.4.0](https://github.com/nearuaguild/abstract-dao/compare/v0.3.0...v0.4.0) (2024-09-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Abstract DAO brings Chain Abstraction for multiple chains"
edition = "2021"
name = "near_abstract_dao"
version = "0.4.0"
version = "0.5.0"
# NEP-0330 is automatically implemented for all contracts built with https://github.com/near/cargo-near.
# Link to the repository will be available via `contract_source_metadata` view-function.
repository = "https://github.com/nearuaguild/abstract-dao"
Expand Down

0 comments on commit dd323a0

Please sign in to comment.