Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit 565d781

Browse files
committed
feat: release v1.0.2
1 parent b3bcfc2 commit 565d781

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v1.0.2] 2021-12-24
11+
1012
### Added
1113

1214
- add event `on_follow` and `follow_request`
1315
- add a new `Following` and `UserAction` class
1416
- add `accept_request` and `reject_request` method to `Following` class
1517
- add `accept_following_request` and `reject_following_request` method to `UserAction` class
1618

19+
### Fixed
20+
21+
- Fixed a problem where renote would say the key was missing.
22+
1723
## [v1.0.1] 2021-12-24
1824

1925
### Added

mi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__copyright__ = "Copyright 2021-present yupix"
55
__author_email__ = "[email protected]"
66
__url__ = "https://github.com/yupix/Mi.py"
7-
__version__ = "1.0.1"
7+
__version__ = "1.0.2"
88

99
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name="mi.py",
37-
version="1.0.1",
37+
version="1.0.2",
3838
install_requires=["pydantic", "emoji", 'aiocache', 'aiohttp'],
3939
url="https://github.com/yupix/mi.py",
4040
author="yupix",

0 commit comments

Comments
 (0)