Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2023
1 parent 082ae2c commit 161f9f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Changelog
=========

0.5.0 (2023-12-09)
------------------
------------------------
- Feat: add dependabot configuration to repository. [Jose Diaz-Gonzalez]
- Chore: sort out automated releases and cleanup codebase. [Jose Diaz-
Gonzalez]


0.4.0 (2022-11-28)
------------------
- Feat(*) - add private_key parameter & update readme. [Cyril Heraudet]
- Feat(.gitignore) - comment & add virtual env. [Cyril Heraudet]
- Chore(.gitignore) - ignore id_rsa & id_rsa.pub files. [Cyril Heraudet]


0.3.2 (2020-12-02)
------------------
------------
- Refactor: use twine for releases. [Jose Diaz-Gonzalez]


Expand All @@ -16,20 +30,13 @@ Fix

Other
~~~~~
- Release version 0.3.1. [Jose Diaz-Gonzalez]
- Chore: update release script. [Jose Diaz-Gonzalez]
- Create PULL_REQUEST.md. [Jose Diaz-Gonzalez]
- Create ISSUE_TEMPLATE.md. [Jose Diaz-Gonzalez]


0.3.0 (2019-05-06)
------------------
- Release version 0.3.0. [Jose Diaz-Gonzalez]
- Merge pull request #3 from thekvs/add-membership-option. [Jose Diaz-
Gonzalez]

Add membership option
- Update README. [Konstantin Sorokin]
- Add --with-membership option. [Konstantin Sorokin]

Specifying this option will allow backup projects the user or key is member of.
Expand All @@ -38,24 +45,18 @@ Other

0.2.0 (2019-01-31)
------------------
- Release version 0.2.0. [Jose Diaz-Gonzalez]
- Merge pull request #2 from zaxasheats/master. [Jose Diaz-Gonzalez]

"owned only" flag implemented
- Added space before the owned boolean check. [Matthew Sheats]
- Added a flag to allow processing only the projects owned by the user
or key. [Matthew Sheats]


0.1.1 (2018-03-24)
------------------
- Release version 0.1.1. [Jose Diaz-Gonzalez]
- Chore: drop Python 2.6. [Jose Diaz-Gonzalez]


0.1.0 (2018-03-24)
------------------
- Release version 0.1.0. [Jose Diaz-Gonzalez]
- Initial commit. [Jose Diaz-Gonzalez]


2 changes: 1 addition & 1 deletion gitlab_backup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 161f9f7

Please sign in to comment.