Skip to content

Commit c71a4af

Browse files
committed
updated version
1 parent 435aaad commit c71a4af

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

docs/changelog.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
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.
44

5-
## [0.3.0] - 2024-XX-XX
5+
## [0.4.0] - 2024-02-12
66
### Added
7-
- Added param parent dir where peps should be saved
8-
- Added zip option to save_pep function
7+
- a parameter that points to where peps should be saved ([#32](https://github.com/pepkit/pephubclient/issues/32))
8+
- pep zipping option to `save_pep` function ([#34](https://github.com/pepkit/pephubclient/issues/34))
9+
- API for samples ([#29](https://github.com/pepkit/pephubclient/issues/29))
10+
- API for projects ([#28](https://github.com/pepkit/pephubclient/issues/28))
911

10-
### Changed
11-
- Transferred save_pep function to helpers
12+
### Updated
13+
- Transferred `save_pep` function to helpers
14+
15+
## [0.3.0] - 2024-01-17
16+
### Added
17+
- customization of the base PEPhub URL ([#22](https://github.com/pepkit/pephubclient/issues/22))
18+
19+
### Updated
20+
- Updated PEPhub API URL
21+
- Increased the required pydantic version to >2.5.0
1222

1323
## [0.2.2] - 2024-01-17
1424
### Added

pephubclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import coloredlogs
55

66
__app_name__ = "pephubclient"
7-
__version__ = "0.3.0"
7+
__version__ = "0.4.0"
88
__author__ = "Oleksandr Khoroshevskyi, Rafal Stepien"
99

1010

0 commit comments

Comments
 (0)