Skip to content

Commit

Permalink
docs: update links, prepare for release v1.0.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Bezut <[email protected]>
  • Loading branch information
morian committed Sep 29, 2024
1 parent 5442def commit d9cd18a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Changelog
=========

.. currentmodule:: aio_ld2410

The format is based on `Keep a Changelog`_ and this project adheres to `Semantic Versioning`_.

.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

.. currentmodule:: aio_ld2410

1.0.0 (UNRELEASED)
1.0.0 (2024-09-29)
==================

Added
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ Python asyncio LD2410 Library
|licence| |version| |pyversions| |coverage| |docs| |openssf|

.. |licence| image:: https://img.shields.io/pypi/l/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |version| image:: https://img.shields.io/pypi/v/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |coverage| image:: https://codecov.io/github/morian/aio-ld2410/graph/badge.svg
:target: https://codecov.io/github/morian/aio-ld2410
:target: https://app.codecov.io/github/morian/aio-ld2410

.. |docs| image:: https://img.shields.io/readthedocs/aio-ld2410.svg
:target: https://aio-ld2410.readthedocs.io/en/latest/

.. |openssf| image:: https://bestpractices.coreinfrastructure.org/projects/9487/badge
:target: https://bestpractices.coreinfrastructure.org/projects/9487
.. |openssf| image:: https://www.bestpractices.dev/projects/9487/badge?r
:target: https://www.bestpractices.dev/en/projects/9487

``aio-ld2410`` is a python library that allows interacting with the `Hi-Link LD2410`_ sensors
using asyncio_.
Expand Down
2 changes: 1 addition & 1 deletion aio_ld2410/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

version: str = '0.1.0'
version: str = '1.0.0'
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Asyncio LD2410 Library
|licence| |version| |pyversions| |coverage| |docs| |openssf|

.. |licence| image:: https://img.shields.io/pypi/l/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |version| image:: https://img.shields.io/pypi/v/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/aio-ld2410.svg
:target: https://pypi.python.org/pypi/aio-ld2410
:target: https://pypi.org/project/aio-ld2410/

.. |coverage| image:: https://codecov.io/github/morian/aio-ld2410/graph/badge.svg
:target: https://codecov.io/github/morian/aio-ld2410
:target: https://app.codecov.io/github/morian/aio-ld2410

.. |docs| image:: https://img.shields.io/readthedocs/aio-ld2410.svg
:target: https://aio-ld2410.readthedocs.io/en/latest/

.. |openssf| image:: https://bestpractices.coreinfrastructure.org/projects/9487/badge
:target: https://bestpractices.coreinfrastructure.org/projects/9487
.. |openssf| image:: https://www.bestpractices.dev/projects/9487/badge?r
:target: https://www.bestpractices.dev/en/projects/9487

``aio-ld2410`` is a python library that allows interacting with the `Hi-Link LD2410`_ sensors
using :mod:`asyncio`.
Expand Down

0 comments on commit d9cd18a

Please sign in to comment.