1 parent c846899 commit cdb397fCopy full SHA for cdb397f
2 files changed
CHANGES.rst
@@ -4,6 +4,11 @@ Version History
4
Unreleased
5
----------
6
7
+- Nothing yet
8
+
9
+v0.5.0
10
+------
11
12
- Add ``vfspath()``, which returns the virtual filesystem path as a string.
13
- Replace ``JoinablePath.__str__()`` abstract method with ``__vfspath__()``.
14
- Replace ``magic_open()`` with ``vfsopen()``. The new function takes the same
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pathlib_abc"
-version = "0.4.3"
+version = "0.5.0"
authors = [
{ name="Barney Gale", email="barney.gale@gmail.com" },
]
0 commit comments