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
+18
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,26 @@
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.4.0] - 2024-02-12
6
+
### Added
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))
11
+
12
+
### Updated
13
+
- Transferred `save_pep` function to helpers
14
+
5
15
## [0.3.0] - 2024-01-17
6
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
22
+
23
+
## [0.2.2] - 2024-01-17
24
+
### Added
7
25
- customization of the base pephub URL. [#22](https://github.com/pepkit/pephubclient/issues/22)
0 commit comments