Skip to content

Commit

Permalink
chore(master): πŸ”– release fastapi_mcdr 2.0.0 (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 14, 2024
1 parent a3edb1b commit dbe4fe8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"src/command_aliases": "1.0.0",
"src/database_api": "0.1.1",
"src/dict_command_registration": "1.1.0",
"src/fastapi_mcdr": "1.0.0",
"src/fastapi_mcdr": "2.0.0",
"src/gamemode": "1.1.0",
"src/info": "0.2.0",
"src/let_me_click_and_send": "1.0.0",
Expand Down
16 changes: 16 additions & 0 deletions src/fastapi_mcdr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/AnzhiZhang/MCDReforgedPlugins/compare/fastapi_mcdr-v1.0.0...fastapi_mcdr-v2.0.0) (2024-09-14)


### ⚠ BREAKING CHANGES

* **fastapi_mcdr:** api names are changed

### Features

* **fastapi_mcdr:** ✨ fastapi sub application (resolve [#232](https://github.com/AnzhiZhang/MCDReforgedPlugins/issues/232)) ([72b6f58](https://github.com/AnzhiZhang/MCDReforgedPlugins/commit/72b6f5875e54034894ed0c24562f06fa905c56d8))


### Bug Fixes

* **fastapi_mcdr:** πŸ”‡ remove logs ([c0ddd93](https://github.com/AnzhiZhang/MCDReforgedPlugins/commit/c0ddd932bef421d38d68afe9f1b70ff4e95be9c8))

## 1.0.0 (2023-12-21)


Expand Down
2 changes: 1 addition & 1 deletion src/fastapi_mcdr/mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "fastapi_mcdr",
"version": "1.0.0",
"version": "2.0.0",
"name": "FastAPI MCDR",
"description": {
"en_us": "Provides HTTP API.",
Expand Down

0 comments on commit dbe4fe8

Please sign in to comment.