From 331c42614550d2545461c3043e9ae893e0255634 Mon Sep 17 00:00:00 2001 From: realth000 Date: Fri, 26 Jan 2024 21:00:45 +0800 Subject: [PATCH] chore(version): Bump version to 0.5.0 --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25818f1a..76a66b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## Added +## [0.5.0] - 2024-01-26 + +### Added - 新增解析仅作者可见的帖子回复。 - 新增支持领取红包。 diff --git a/pubspec.yaml b/pubspec.yaml index 3e09b098..c3664f3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: 使用Flutter制作的天使动漫(tsdm39.com)论坛非官方 repository: https://github.com/realth000/tsdm_client publish_to: 'none' -version: 0.4.0+5 +version: 0.5.0+6 environment: sdk: '>=3.0.0 <4.0.0'