Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 28, 2024
1 parent 1bbd327 commit 8a7f8a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.4.0] - 2024-XX-XX
## [0.3.0] - 2024-XX-XX
### Added
- Added param parent dir where peps should be saved
- Added zip option to save_pep function

## [0.3.0] - 2024-01-17
### Changed
- Transferred save_pep function to helpers

## [0.2.2] - 2024-01-17
### Added
- customization of the base pephub URL. [#22](https://github.com/pepkit/pephubclient/issues/22)

Expand Down
2 changes: 1 addition & 1 deletion pephubclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pephubclient.helpers import is_registry_path, save_pep

__app_name__ = "pephubclient"
__version__ = "0.4.0"
__version__ = "0.3.0"
__author__ = "Oleksandr Khoroshevskyi, Rafal Stepien"


Expand Down

0 comments on commit 8a7f8a7

Please sign in to comment.