Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Feb 12, 2024
1 parent 435aaad commit c71a4af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

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.3.0] - 2024-XX-XX
## [0.4.0] - 2024-02-12
### Added
- Added param parent dir where peps should be saved
- Added zip option to save_pep function
- a parameter that points to where peps should be saved ([#32](https://github.com/pepkit/pephubclient/issues/32))
- pep zipping option to `save_pep` function ([#34](https://github.com/pepkit/pephubclient/issues/34))
- API for samples ([#29](https://github.com/pepkit/pephubclient/issues/29))
- API for projects ([#28](https://github.com/pepkit/pephubclient/issues/28))

### Changed
- Transferred save_pep function to helpers
### Updated
- Transferred `save_pep` function to helpers

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

### Updated
- Updated PEPhub API URL
- Increased the required pydantic version to >2.5.0

## [0.2.2] - 2024-01-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion pephubclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import coloredlogs

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


Expand Down

0 comments on commit c71a4af

Please sign in to comment.