Skip to content

Commit

Permalink
release: 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Apr 3, 2024
1 parent a4b5a36 commit 539eee6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ All notable changes to this project will be documented in this file.
### Added

### Changed
- console: history hints now have better highlighting (grey instead of bolt)

### Fixed
- console: now sub commands (like break remove or break info) don't clash with operation + argument
- debugger: updated `unwind` crate to 0.4.2, now it must support rcX releases of libunwind
- console: fix expression parser. Now field op, index op and slice op have the same priority and can be combined in any order
- console: now command parser considers spaces when finding subcommands

### Deprecated

### Breaking changes

---

# [0.1.4] April 3 2024

### Changed
- console: history hints now have better highlighting (grey instead of bolt)

### Fixed
- console: now sub commands (like break remove or break info) don't clash with operation + argument
- debugger: updated `unwind` crate to 0.4.2, now it must support rcX releases of libunwind
- console: fix expression parser. Now field op, index op and slice op have the same priority and can be combined in any order
- console: now command parser considers spaces when finding subcommands
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bugstalker"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
authors = ["Derevtsov Konstantin <[email protected]>"]
Expand Down

0 comments on commit 539eee6

Please sign in to comment.