Skip to content

Commit af3e6c7

Browse files
Released v0.11.4
1 parent 65813b5 commit af3e6c7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.11.4] - 2025-06-13
99
### Fixed
1010
- The networked printer host can now be an IPv6 address (i.e. `tcp://[2001:db8:acab::420]:9100`)
1111

@@ -59,3 +59,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959
### Fixed
6060
- Removed duplicated 103mm label - the "104" label - [matmair/brother_ql-inventree #20](https://github.com/matmair/brother_ql-inventree/pull/20)
6161
- Use 400 byte invalidate command for QL-8xx models - [matmair/brother_ql-inventree #26](https://github.com/matmair/brother_ql-inventree/pull/26)
62+
63+
[unreleased]: https://github.com/LunarEclipse363/brother_ql_next/compare/v0.11.4...HEAD
64+
[0.11.4]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.11.4
65+
[0.11.3]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.11.3
66+
[0.11.2]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.11.2
67+
[0.11.1]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.11.1
68+
[0.11.0]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.11.0
69+
[0.10.0]: https://github.com/LunarEclipse363/brother_ql_next/releases/tag/v0.10.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brother_ql_next"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
description = "Python package to talk to Brother QL label printers"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)