Skip to content

Commit

Permalink
🔖 Pre Release 0.1.0b16
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed Feb 7, 2024
1 parent 50dfcdb commit 12f57fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-beta.16] - 2024-02-07

🚨 这将是是后一个 pydantic 1.x 的版本,下一个版本将会升级到 pydantic 2.x

### 🐛 Bug 修复

- 使用 parse_obj_as 解析 InputMedia 泛型 [@AzideCupric](https://github.com/AzideCupric) ([#62](https://github.com/nonebot/adapter-telegram/pull/62))

## [0.1.0-beta.15] - 2024-01-24

### 🐛 Bug 修复
Expand Down Expand Up @@ -206,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 适配 NoneBot2 2.0.0b1
- 支持多个机器人同时在线

[Unreleased]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b15...HEAD
[Unreleased]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b16...HEAD
[0.1.0-beta.15]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b15...v0.1.0b16
[0.1.0-beta.15]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b14...v0.1.0b15
[0.1.0-beta.14]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b13...v0.1.0b14
[0.1.0-beta.13]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b12...v0.1.0b13
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-adapter-telegram"
version = "0.1.0b15"
version = "0.1.0b16"
description = "Telegram Adapter for NoneBot2"
authors = [{ name = "Jigsaw", email = "[email protected]" }]
dependencies = ["nonebot2<3.0.0,>=2.1.3", "anyio<4.0.0,>=3.6.2"]
Expand Down

0 comments on commit 12f57fc

Please sign in to comment.