Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Sep 3, 2024
1 parent e2c4d9d commit 3366be3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

<!--next-version-placeholder-->
## v0.1.5 (2024-07-23)
### Fix

* drop support py3.12 for meantime
* lint

## v0.1.4 (2024-09-03)
## v0.1.4 (not released)
### Fix

* While receiving path as first arguments casting to string before joining parts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uri-pathlib-factory"
version = "0.1.4"
version = "0.1.5"
description = "A factory to instantiate Path's like object that are using Pathlib interface."
authors = ["Pierre Verkest <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down

0 comments on commit 3366be3

Please sign in to comment.