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

Commit f00053a

Browse files
committed
feat: release v2.0.0
1 parent 708bdac commit f00053a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.0.3] 2021-12-29
11+
1012
### Added
1113

12-
- `commands.mention_command` を追加しました
13-
- `get_replies` and `get_note` method to `Class` class
14-
- `get_replies` method to `Note` class
15-
- `get_replies` and `get_note` method to `NoteActions` class
14+
- `commands.mention_command` を追加しました MP-8
15+
- `get_replies` and `get_note` method to `Class` class MP-10 MP-9
16+
- `get_replies` method to `Note` class MP-10 MP-9
17+
- `get_replies` and `get_note` method to `NoteActions` class MP-10 MP-9
1618

1719

1820
### Removed
1921

20-
- **BREAKING CHANGE**: removed core.py and context.py
21-
- **BREAKING CHANGE**: Cogに関連する多くのクラスを削除しました
22-
- **BREAKING CHANGE**: `commands.command` デコレータを削除しました
22+
- **BREAKING CHANGE**: removed core.py and context.py MP-8
23+
- **BREAKING CHANGE**: Cogに関連する多くのクラスを削除しました MP-8
24+
- **BREAKING CHANGE**: `commands.command` デコレータを削除しました MP-8
2325

2426
## [v1.0.3] 2021-12-27
2527

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.3"
7+
__version__ = "2.0.0"
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.3",
37+
version="2.0.0",
3838
install_requires=["emoji", 'aiocache', 'aiohttp'],
3939
url="https://github.com/yupix/mi.py",
4040
author="yupix",

0 commit comments

Comments
 (0)