Skip to content

Commit

Permalink
Prepare 0.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp committed Apr 19, 2020
1 parent cad560e commit 4d79081
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.14.1] - 2020-04-19

### Fixed
- Fix generation of release binaries for linux, macos and windows.

### Changed
- Native TLS support now enabled for reqwest
- The linux binaries now use a vendored static versions of openssl.

### Removed
- Builds for other systems than 64-bit Linux, Windows and MacOS removed.

## [0.14.0] - 2020-04-14

### Removed
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mirror"
version = "0.14.0"
version = "0.14.1"
authors = ["Pascal Bach <[email protected]>"]
description = "Sync between different git repositories."
license = "MIT"
Expand Down

0 comments on commit 4d79081

Please sign in to comment.