Skip to content

Commit

Permalink
🔖 Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorricks committed Jul 26, 2022
1 parent 43cca6e commit 5fd8ad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@

## Latest changes

## 0.1.1
## 0.1.2 - 26 July 2022
- 📝 Documentation update
- 📝 Remove requirements from docs
- 📝 Update badges

## 0.1.1 - 26 July 2022
- 📝 Fix broken image in documentation

## 0.1.0
## 0.1.0 - 24 July 2022
- 🔧 Rename all references of mac-notifications to macos-notifications

## 0.0.1a1
## 0.0.1a1 - 24 July 2022
- 🔧 Rename project as mac-notifications was taken on pypi

## Initial release: 0.0.1a0
## Initial release: 0.0.1a0 - 23 July 2022
- 🚀 Easy python interface. It's as simple as '`client.create_notification(title="Meeting starts now!", subtitle="Team Standup")`'
- 💥 Ability to add action buttons with callbacks!
- 📝 Ability to reply to notifications!
Expand Down
2 changes: 1 addition & 1 deletion src/mac_notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import annotations

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 5fd8ad8

Please sign in to comment.