Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Sep 3, 2024
1 parent 66a6327 commit e4dc4dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,31 @@

<!--next-version-placeholder-->

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

* While receiving path as first arguments casting to string before joining parts
* CI: manage only supported python versions

## v0.1.3 (2024-07-23)
### Fix

* Bump importlib-metadata

## v0.1.2 (2022-11-25)
### Fix

* Bump python-semantic-release gh action ([`0aef90c`](https://github.com/petrus-v/uri-pathlib-factory/commit/0aef90c4e7bc8289fabc45492b5989da254dd288))
* Try avoid circular import while register plugin ([`345fa6e`](https://github.com/petrus-v/uri-pathlib-factory/commit/345fa6ece9aebadf509a5babecc83d80aba65bec))

## v0.1.1 (2022-11-24)
### Fix

* Ci, bump to latest setup-python version (v4) ([`8d91516`](https://github.com/petrus-v/uri-pathlib-factory/commit/8d9151627f8a7b0247c0e97af8c970b27fc8dabd))

## v0.1.0 (2022-11-24)
### Feature

* First uri pathlib factory implementation ([`f70dc91`](https://github.com/petrus-v/uri-pathlib-factory/commit/f70dc915cb5fb1d311dc0f80f6257deeca619438))

### Documentation
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.3"
version = "0.1.4"
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 e4dc4dc

Please sign in to comment.