File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # universal_pathlib changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.0.24] - 2021-03-18
11+ ### Added
12+ - started a changelog to keep track of significant changes
13+
14+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.24...HEAD
15+ [ 0.0.24 ] : https://github.com/fsspec/universal_pathlib/tree/v0.0.24
Original file line number Diff line number Diff line change 55[ ![ PyPI - License] ( https://img.shields.io/pypi/l/universal_pathlib )] ( https://github.com/fsspec/universal_pathlib/blob/main/LICENSE )
66[ ![ Conda (channel only)] ( https://img.shields.io/conda/vn/conda-forge/universal_pathlib?label=conda )] ( https://anaconda.org/conda-forge/universal_pathlib )
77
8- [ ![ Tests] ( https://github.com/fsspec/universal_pathlib/actions/workflows/python .yml/badge.svg )] ( https://github.com/fsspec/universal_pathlib/workflows/Tests/badge.svg )
8+ [ ![ Tests] ( https://github.com/fsspec/universal_pathlib/actions/workflows/tests .yml/badge.svg )] ( https://github.com/fsspec/universal_pathlib/actions/ workflows/tests.yml )
99[ ![ GitHub issues] ( https://img.shields.io/github/issues/fsspec/universal_pathlib )] ( https://github.com/fsspec/universal_pathlib/issues )
1010[ ![ Codestyle black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
11+ [ ![ Changelog] ( https://img.shields.io/badge/changelog-Keep%20a%20Changelog-%23E05735 )] ( ./CHANGELOG.md )
1112
1213Universal Pathlib is a python library that aims to extend Python's built-in [ ` pathlib.Path ` ] ( https://docs.python.org/3/library/pathlib.html ) api to use a variety of backend filesystems using [ ` fsspec ` ] ( https://filesystem-spec.readthedocs.io/en/latest/intro.html )
1314
You can’t perform that action at this time.
0 commit comments