Skip to content

Commit cf4df66

Browse files
author
semantic-release
committed
0.1.0
Automatically generated by python-semantic-release
1 parent ed37745 commit cf4df66

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.0 (2025-02-17)
4+
5+
### Features
6+
7+
- Reimplement functions esphome needs (#2) ([`ed37745`](https://github.com/esphome/esphome-glyphsets/commit/ed3774552378da63d12bfc3b27c2469277787ffd))
8+
39
## v0.0.1 (2025-02-17)
410

511
### Bug fixes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "esphome-glyphsets"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "A lightweight version of glyphsets for ESPHome"
99
readme = "README.md"
1010
license = { text = "Apache Software License 2.0" }

src/esphome_glyphsets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"
22

33
import pathlib
44

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)