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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,17 @@
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.8.0] - Unreleased
6
+
### Changed
7
+
- Expanded `mkabs` function to handle more cases
8
+
- Allow `is_url` to work on Path objects
9
+
5
10
## [0.7.0] - 2024-01-02
6
11
7
12
### Added
8
13
- Experimental support for three-locking.
9
14
15
+
10
16
## [0.6.3] - 2023-08-08
11
17
### Fixed
12
18
- Incorrect read of registry path. [Issue 35](https://github.com/pepkit/ubiquerg/issues/35)
0 commit comments