Skip to content

Commit 00e551f

Browse files
committed
Release version 0.14.8
1 parent 3426464 commit 00e551f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.14.8] - 2022-12-13
10+
11+
### Fixed
12+
13+
- Fix missing `--version` flag
14+
15+
### Changed
16+
17+
- Remove docker builds. They are not working anymore and outdated.
18+
919
## [0.14.7] - 2022-12-12
1020

1121
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mirror"
3-
version = "0.14.7"
3+
version = "0.14.8"
44
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
55
description = "Sync between different git repositories."
66
license = "MIT"

0 commit comments

Comments
 (0)