-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dafc4b0
commit c0a80eb
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2024-08-22 | ||
|
||
### Changed | ||
|
||
- Remove vendored `algosdk` dependency in favor of `[email protected]`. Due to a difference in how the newer `algosdk` produces JSON encoded `SignedTransaction` objects, the JSON key order for transactions have changed slightly, but their content remains the same. | ||
|
||
## [0.1.3] - 2024-01-04 | ||
|
||
### Fixed | ||
|
@@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Initial AVM debug adapter implementation. | ||
|
||
[unreleased]: https://github.com/algorand/avm-debugger/compare/v0.1.3...HEAD | ||
[unreleased]: https://github.com/algorand/avm-debugger/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/algorand/avm-debugger/releases/tag/v0.2.0 | ||
[0.1.3]: https://github.com/algorand/avm-debugger/releases/tag/v0.1.3 | ||
[0.1.2]: https://github.com/algorand/avm-debugger/releases/tag/v0.1.2 | ||
[0.1.1]: https://github.com/algorand/avm-debugger/releases/tag/v0.1.1 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters