File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this project
66adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.5.0 ] - 2023-02-27
99
10- [ unreleased ] : https://github.com/rogdham/python-xz/compare/ v0.4.0...HEAD
10+ [ 0.5.0 ] : https://github.com/rogdham/python-xz/releases/tag/ v0.5.0
1111
1212### :boom : Breaking changes
1313
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Pure Python implementation of the XZ file format with random access support
66
77_ Leveraging the lzma module for fast (de)compression_
88
9- [ ![ GitHub build status] ( https://img.shields.io/github/workflow/status/rogdham/python-xz/build/ master )] ( https://github.com/rogdham/python-xz/actions?query=branch:master )
9+ [ ![ GitHub build status] ( https://img.shields.io/github/actions/ workflow/status/rogdham/python-xz/build.yml?branch= master )] ( https://github.com/rogdham/python-xz/actions?query=branch:master )
1010[ ![ Release on PyPI] ( https://img.shields.io/pypi/v/python-xz )] ( https://pypi.org/project/python-xz/ )
1111[ ![ Code coverage] ( https://img.shields.io/badge/coverage-100%25-brightgreen )] ( https://github.com/rogdham/python-xz/search?q=fail+under&type=Code )
1212[ ![ Mypy type checker] ( https://img.shields.io/badge/type_checker-mypy-informational )] ( https://mypy.readthedocs.io/ )
You can’t perform that action at this time.
0 commit comments