Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/retrofor/iamai
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Feb 23, 2024
2 parents 0bf52c3 + 9a630e7 commit 4455c43
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 46 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.3b5] - 2024-02-23
### Bug Fixes
- [`76fa3e0`](https://github.com/retrofor/iamai/commit/76fa3e0cf3f1120df68c817c0a3e2cb9f23e631e) - **workflow**: rename "onebot11" to "cqhttp" *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*

### Chores
- [`4fe3918`](https://github.com/retrofor/iamai/commit/4fe39182a361eb60b559ee57a3a956e0757a1128) - **readme**: upate *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
- [`bae16f4`](https://github.com/retrofor/iamai/commit/bae16f4025bfaa0c8296924865f232c0234699c5) - **readme**: update *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
- [`281cf90`](https://github.com/retrofor/iamai/commit/281cf904379797b9fec74e9621d92fb751fce88a) - **project**: update readme.text *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
- [`663a70f`](https://github.com/retrofor/iamai/commit/663a70ffb1bbdaaebc425629f53d49f073d2cf26) - **project**: bump version into 0.0.3b4 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
- [`6565229`](https://github.com/retrofor/iamai/commit/65652292cf7de7f772e19f82eb502a68c986df28) - **project**: bump version to 0.0.3b5 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*


## [v0.0.3b3] - 2024-02-22
### BREAKING CHANGES
- due to [`4e8a96f`](https://github.com/retrofor/iamai/commit/4e8a96f25665c08314d5e68e338327fa3f65e25a) - rename adapter "onebot11" -> "cqhttp" *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*:
Expand Down Expand Up @@ -90,4 +102,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.0.3a3]: https://github.com/retrofor/iamai/compare/v0.0.3a2...v0.0.3a3
[v0.0.3b1]: https://github.com/retrofor/iamai/compare/v0.0.3a3...v0.0.3b1
[v0.0.3b2]: https://github.com/retrofor/iamai/compare/v0.0.3b1...v0.0.3b2
[v0.0.3b3]: https://github.com/retrofor/iamai/compare/v0.0.3b2...v0.0.3b3
[v0.0.3b3]: https://github.com/retrofor/iamai/compare/v0.0.3b2...v0.0.3b3
[v0.0.3b5]: https://github.com/retrofor/iamai/compare/v0.0.3b3...v0.0.3b5
7 changes: 7 additions & 0 deletions docs/source/pages/api/iamai.adapter.cqhttp.config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
iamai.adapter.cqhttp.config module
==================================

.. automodule:: iamai.adapter.cqhttp.config
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/pages/api/iamai.adapter.cqhttp.event.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
iamai.adapter.cqhttp.event module
=================================

.. automodule:: iamai.adapter.cqhttp.event
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/pages/api/iamai.adapter.cqhttp.exceptions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
iamai.adapter.cqhttp.exceptions module
======================================

.. automodule:: iamai.adapter.cqhttp.exceptions
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
iamai.adapter.onebot11.event module
iamai.adapter.cqhttp.message module
===================================

.. automodule:: iamai.adapter.onebot11.event
.. automodule:: iamai.adapter.cqhttp.message
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/source/pages/api/iamai.adapter.cqhttp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
iamai.adapter.cqhttp package
============================

Submodules
----------

.. toctree::
:maxdepth: 4

iamai.adapter.cqhttp.config
iamai.adapter.cqhttp.event
iamai.adapter.cqhttp.exceptions
iamai.adapter.cqhttp.message

Module contents
---------------

.. automodule:: iamai.adapter.cqhttp
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/source/pages/api/iamai.adapter.onebot11.config.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/pages/api/iamai.adapter.onebot11.exceptions.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/pages/api/iamai.adapter.onebot11.message.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/pages/api/iamai.adapter.onebot11.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/pages/api/iamai.adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Subpackages
iamai.adapter.apscheduler
iamai.adapter.bililive
iamai.adapter.console
iamai.adapter.cqhttp
iamai.adapter.gensokyo
iamai.adapter.kook
iamai.adapter.onebot11
iamai.adapter.red

Submodules
Expand Down

0 comments on commit 4455c43

Please sign in to comment.