Skip to content

Commit

Permalink
Prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayowel committed Jul 18, 2021
1 parent 2904d75 commit e73eda2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## Release candidate
## Version 0.2.1

### Fixes

* Fix an error that made using --group in download mode inoperative
* Fix error printing on fatal errors
* Fix a print issue on fatal errors

## Version 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion src/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ init() {
PRINT_HELP=1
PRINT_VERSION=1
VERBOSE=1
VERSION_NUMBER=0.2.0
VERSION_NUMBER=0.2.1

MODE_SOURCES=( group download consolidate )
SELECTED_MODE=
Expand Down
2 changes: 1 addition & 1 deletion tools/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "RPM downloader"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.0
PROJECT_NUMBER = 0.2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit e73eda2

Please sign in to comment.