Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 30, 2023
1 parent a167ec4 commit 39e76a1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests:
name: "${{ matrix.os }} Python ${{ matrix.python-version }}"
name: "${{ matrix.os }} Python ${{ matrix.python-version }} attrs ${{ matrix.python-version }}"
runs-on: "${{ matrix.os }}" # for all available VM runtime, see this: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
env: # define environment variables
USING_COVERAGE: "3.7,3.8,3.9,3.10,3.11,3.12"
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:target: https://pypi.python.org/pypi/attrs_mate

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/attrs_mate-project/blob/main/release-history.rst
:target: https://github.com/MacHu-GWU/attrs_mate-project/blob/master/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/attrs_mate-project
Expand Down Expand Up @@ -49,6 +49,7 @@

Welcome to ``attrs_mate`` Documentation
==============================================================================
📔 See `Full Documentation HERE <https://attrs-mate.readthedocs.io/index.html>`_.

`attrs <https://www.attrs.org/en/stable/index.html>`_ makes writing class a lot of more fun!

Expand Down
5 changes: 2 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ Release v\ |release| (:ref:`What's new? <release_history>`).

.. include:: ../../README.rst

Table of Content
------------------------------------------------------------------------------
.. autotoctree::
:maxdepth: 1


Table of Content
------------------------------------------------------------------------------
.. include:: ../../AUTHORS.rst


Expand Down
14 changes: 13 additions & 1 deletion release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release and Version History
==============================================================================


1.0.3 (TODO)
X.Y.Z (TODO)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

Expand All @@ -15,6 +15,18 @@ Release and Version History
**Miscellaneous**


1.1.1 (2023-12-30)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**💥 Breaking Change**

- Drop support for Python < 3.7 due to the attrs now only support 3.7+.
- The ``LazyClass`` will be removed in 1.2.X. Use `cached_property <https://docs.python.org/3/library/functools.html#functools.cached_property>`_ instead.

**Features and Improvements**

- Add full support to attrs new style API.


1.0.2 (2022-03-24)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
Expand Down

0 comments on commit 39e76a1

Please sign in to comment.