Skip to content

Commit 89af850

Browse files
committed
docs: prepare v0.5.0
1 parent 0598326 commit 89af850

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project
66
adheres 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/)

0 commit comments

Comments
 (0)