Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Jan 2, 2019
1 parent ca09ed1 commit a9cb05e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.1]
### Added

### Changed
- and backfill migration to set null `file_name_hash` fields to `0`
- cleanup tasks were failing

### Removed

----

## [0.5.0]
### Added

### Changed
- convert backend to use warp instead of rouille

### Removed

----

## [0.4.6]
### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transfer"
version = "0.5.0"
version = "0.5.1"
authors = ["James Kominick <james@kominick.com>"]

[dependencies]
Expand Down

0 comments on commit a9cb05e

Please sign in to comment.