You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,23 @@
2
2
3
3
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.
4
4
5
-
## [0.3.0] - 2024-XX-XX
5
+
## [0.4.0] - 2024-02-12
6
6
### 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))
9
11
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
0 commit comments