Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Apr 15, 2021
1 parent 7a44639 commit 70d4c57
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.4.1] - 2021-04-15
### Added
* Fix undefined behaviour in verifu command when output is piped.
* Fix missing progress lines for create command when output is piped.

## [v0.4.0] - 2021-04-10
### Added
* Add named tracker groups.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0077 NEW)
project(torrenttools
DESCRIPTION "A commandline tool for creating, inspecting and modifying BitTorrent metafiles."
LANGUAGES CXX
VERSION 0.4.0
VERSION 0.4.1
HOMEPAGE_URL https://www.github.com/fbdtemme/torrenttools)

# Make Find modules in cmake dir available
Expand Down
5 changes: 4 additions & 1 deletion packages/rpm/torrenttools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global forgeurl https://www.github.com/fbdtemme/torrenttools
%global tag 0.4.0
%global tag 0.4.1
Version: %{tag}

# Verbose processing. Remove -i -v before commit
Expand Down Expand Up @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Thu Apr 15 2021 Florian De Temmerman <[email protected]> 0.4.1-1
- Update to 0.4.1

* Sat Apr 10 2021 Florian De Temmerman <[email protected]> 0.4.0-2
- Fix ISA-L compile switch

Expand Down
3 changes: 3 additions & 0 deletions packages/rpm/torrenttools.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Thu Apr 15 2021 Florian De Temmerman <[email protected]> 0.4.1-1
- Update to 0.4.1

* Sat Apr 10 2021 Florian De Temmerman <[email protected]> 0.4.0-2
- Fix ISA-L compile switch

Expand Down

0 comments on commit 70d4c57

Please sign in to comment.