Skip to content

Commit

Permalink
release: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuy1 committed Feb 12, 2024
1 parent 7de66cd commit 40a9c1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unversioned
===========
1.1.0 (2024-02-13)
==================
- Importing the module now throws an exception if the Windows version is unsupported (#122)
- Replaced toasts_winrt with winrt-Namespace packages (#113)
- Dropped Python 3.8 support (#113)
Expand Down
4 changes: 2 additions & 2 deletions docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Migrating from v0.x to v1.0.0
Version 1.0.0 comes with a large backend refactoring and simplification of existing features, along with a few new features.
This guide will detail the changes and how to adapt to them.

Replaced winsdk requirement with toasts-winrt
Replaced winsdk requirement with modularisation
---------------------------------------------
Instead of the 12 MB `winsdk <https://pypi.org/project/winsdk/>`_ release, Windows-Toasts now uses a streamlined 500 kB `toasts-winrt <https://pypi.org/project/toasts-winrt/>`_ package to lessen install times and storage requirements.
Instead of the 12 MB `winsdk <https://pypi.org/project/winsdk/>`_ release, Windows-Toasts now uses a number of streamlined package to lessen install times and storage requirements.

Toast class simplification
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/windows_toasts/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "Windows-Toasts"
__description__ = "Python library used to send toast notifications on Windows machines"
__url__ = "https://github.com/DatGuy1/Windows-Toasts"
__version__ = "1.0.2"
__version__ = "1.1.0"
__author__ = "DatGuy"
__license__ = "Apache 2.0"

0 comments on commit 40a9c1e

Please sign in to comment.