Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilde committed Jul 21, 2019
1 parent e032d8b commit 0bc4e24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.1.4] - 2019-07-21
### Fixed
- Incorrect background color selection (#4).
- Crash due to out-of-bounds write to terminal.
Expand Down
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
@@ -1,6 +1,6 @@
[package]
name = "ugdb"
version = "0.1.3"
version = "0.1.4"
authors = ["ftilde <ftilde@protonmail.com>"]
description = "An alternative TUI for gdb"
repository = "https://github.com/ftilde/ugdb"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ cargo install ugdb
The command line interface is aimed to be *mostly* compatible with gdb:
```
$ ugdb --help
ugdb 0.1.0
ugdb 0.1.4
ftilde <ftilde@protonmail.com>
An unsegen-based GDB frontend.
Expand Down

0 comments on commit 0bc4e24

Please sign in to comment.