Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Aug 22, 2024
1 parent dafc4b0 commit c0a80eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `algosdk@3.0.0-beta.1`. 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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avm-debug-adapter",
"version": "0.1.3",
"version": "0.2.0",
"description": "Algorand AVM transaction and smart contract debugger using the Debugger Adapter Protocol",
"author": {
"name": "Algorand, llc"
Expand Down

0 comments on commit c0a80eb

Please sign in to comment.