Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Dec 18, 2018
1 parent 5449bb0 commit 5fc03e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.6]
### Added

### Changed
- debounce download and delete submissions

### Removed

----

## [0.4.5]
### Added
- add `/status` endpoint with status and app version
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "transfer"
version = "0.4.5"
authors = ["James Kominick <james.kominick@gmail.com>"]
version = "0.4.6"
authors = ["James Kominick <james@kominick.com>"]

[dependencies]
clap = "2"
Expand Down

0 comments on commit 5fc03e4

Please sign in to comment.