Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilde committed Apr 4, 2019
1 parent 7822c77 commit a6c9a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,14 +1,16 @@
# Changelog

## [Unreleased]

## [0.1.3] - 2019-04-04
### Changed
- Always show stack frame info above pager (not only for source code).
### Fixed
- Unexpected switches between src/asm modes in pager (#1).
- Decrease wait time when stepping/toggling pager modes by only recomputing pager content when necessary.
- Avoid crash in case of out-of-order gdbmi responses.

## [0.1.2] - 2019-03-24
## [0.1.2] - 2019-03-31
### Changed
- Allow publication on crates.io

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ugdb"
version = "0.1.2"
version = "0.1.3"
authors = ["ftilde <ftilde@protonmail.com>"]
description = "An alternative TUI for gdb"
repository = "https://github.com/ftilde/ugdb"
Expand Down

0 comments on commit a6c9a9a

Please sign in to comment.