Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新至 v2.10.0 #397

Merged
merged 21 commits into from
Feb 9, 2025
Merged

更新至 v2.10.0 #397

merged 21 commits into from
Feb 9, 2025

Conversation

Ljzd-PRO
Copy link
Owner

@Ljzd-PRO Ljzd-PRO commented Feb 9, 2025

Changelog

更新内容

🐛 修复

🔧 杂项

更新方式

如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版

  • 使用 nb-cli 命令:

    nb plugin update nonebot-plugin-mystool
    
  • 或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):

    pip install --upgrade nonebot-plugin-mystool
    

兼容性

  • V2 (>=v2.0.0) 的相关文件为 configV2.json, dataV2.json, .env,如果存在 V1 版本的文件,会自动备份和升级
  • V1 (>=v1.0.0, <v2.0.0) 插件配置/数据文件为 plugin_data.json
  • <v1.0.0 插件配置文件为 pluginConfig.json

Full Changelog: https://github.com/Ljzd-PRO/nonebot-plugin-mystool/compare/v2.9.0…v2.10.0

dependabot bot and others added 18 commits December 9, 2024 00:33
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.2...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](nonebot/nonebot2@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: nonebot2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...11.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.19 to 1.10.21.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.21/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.19...v1.10.21)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) from 1.5.3 to 1.6.2.
- [Release notes](https://github.com/nonebot/adapter-qq/releases)
- [Commits](nonebot/adapter-qq@v1.5.3...v1.6.2)

---
updated-dependencies:
- dependency-name: nonebot-adapter-qq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ter-qq-1.6.2

build(deps): bump nonebot-adapter-qq from 1.5.3 to 1.6.2
…0.21

build(deps): bump pydantic from 1.10.19 to 1.10.21
build(deps): bump pillow from 11.0.0 to 11.1.0
build(deps): bump httpx from 0.27.2 to 0.28.1
build(deps): bump nonebot2 from 2.4.0 to 2.4.1
@Ljzd-PRO Ljzd-PRO merged commit 73bc15c into stable Feb 9, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment