Skip to content

Commit

Permalink
Update changelog and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Feb 2, 2025
1 parent 4ea075c commit ed39ab8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ TAGS
__pycache__
.pytest_cache
.ruff_cache
.venv
uv.lock

src/evdev/*.so
src/evdev/ecodes.c
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Changelog
---------

1.8.0 (Jan 25, 2025)
1.9.0 (Unreleased)
==================

- Fix ``CPATH/C_INCLUDE_PATH`` being ignored during build.

- Slightly faster reading of events.


1.8.0 (Jan 25, 2025)
====================

- Binary wheels are now provided by the `evdev-binary <http://pypi.python.org/pypi/evdev-binary>`_ package.
The package is compiled on manylinux_2_28 against kernel 4.18.

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bump-my-version ~= 0.17.4
build
twine
cibuildwheel
setuptools

0 comments on commit ed39ab8

Please sign in to comment.