Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-Yom committed May 13, 2023
1 parent 2a784d8 commit a527523
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
12 changes: 11 additions & 1 deletion crates/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ 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).

## [Unreleased](https://github.com/Gui-Yom/hlbc/compare/gui-v0.2.0...HEAD)
## [Unreleased](https://github.com/Gui-Yom/hlbc/compare/gui-v0.2.1...HEAD)

## [0.2.1](https://github.com/Gui-Yom/hlbc/compare/gui-v0.2.0...gui-v0.2.1) - 2023-05-13

### Added

- String inspector text is now selectable

### Fixed

- 2 crashes related to formatting bytecode (fixed in core *hlbc* crate)

## [0.2.0](https://github.com/Gui-Yom/hlbc/compare/gui-v0.1.0...gui-v0.2.0) - 2023-05-07

Expand Down
9 changes: 8 additions & 1 deletion crates/hlbc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ 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).

## [Unreleased](https://github.com/Gui-Yom/hlbc/compare/v0.6.0...HEAD)
## [Unreleased](https://github.com/Gui-Yom/hlbc/compare/v0.6.1...HEAD)

## [0.6.1](https://github.com/Gui-Yom/hlbc/compare/v0.6.0...v0.6.1) - 2023-05-13

### Changed

- Refactored read and write api

### Fixed

- No more stack overflow when formatting a virtual
- `EnumField` opcode formatting was incorrect and could cause a crash

## [0.6.0](https://github.com/Gui-Yom/hlbc/compare/v0.5.0...v0.6.0) - 2023-05-07

### Added
Expand Down

0 comments on commit a527523

Please sign in to comment.