Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dseight committed May 16, 2022
1 parent 381e54e commit c2cc3b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## 0.2.4 - 2022-05-16
### Added
- Support for objdump output with `--visualize-jumps` option (thanks to [@LeoJhonSong](https://github.com/LeoJhonSong)).

## 0.2.3 - 2022-04-19
### Fixed
- Various bugfixes from [compiler-explorer] upstream.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -3,7 +3,7 @@
"displayName": "Disassembly Explorer",
"description": "Show disassembly to source relations",
"icon": "icon.png",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "dseight",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c2cc3b8

Please sign in to comment.