Skip to content

Commit

Permalink
release 0.9.1 (#261)
Browse files Browse the repository at this point in the history
* Add social cards

* Docs/update installation guide (#254)

* Update installation guide

* Update examples

* Update supported versions table

* Update supported versions table

* Update requirements

* post instruction

* 🚀 Empty storage

* ✨ Warp to timestamp

* ✨ Add Trident config spec file

* 🔥 Remove unnecessary docs page

* 🚀 Release 0.9.1

---------

Co-authored-by: hyckomatej <[email protected]>
Co-authored-by: hyckomatej <[email protected]>
Co-authored-by: andrej <[email protected]>
Co-authored-by: Michal Převrátil <[email protected]>
  • Loading branch information
5 people authored Feb 3, 2025
1 parent a3b49a6 commit b28f941
Show file tree
Hide file tree
Showing 22 changed files with 486 additions and 202 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
target
test-ledger

.idea
venv
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ incremented upon a breaking change and the patch version will be incremented for

## [dev] - Unreleased


## [0.9.1] - 2025-02-03

**Added**

- added warp to time manipulation ([259](https://github.com/Ackee-Blockchain/trident/pull/259))
- added methods to check if account storage is empty ([258](https://github.com/Ackee-Blockchain/trident/pull/258))
- added support for post-instruction behavior ([257](https://github.com/Ackee-Blockchain/trident/pull/257))

**Removed**

**Changed**

## [0.9.0] - 2025-01-15

**Added**
Expand Down
Loading

0 comments on commit b28f941

Please sign in to comment.