Skip to content

Commit f75f531

Browse files
feat: 0.0.4リリース準備
1 parent 36bc533 commit f75f531

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.4-beta] - 2025-10-03
9+
10+
### Fixed
11+
- Improved error logging: Expected client errors (401/403/404) are now logged at `debug` level instead of `error` level to reduce noise in logs. This prevents cluttering logs with expected errors like unauthorized access or non-public resources.
12+
13+
### Update
14+
- Update the flutterSDK version to 3.35.5.
15+
816
## [0.0.3-beta] - 2025-09-13
917

1018
### Added

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: misskey_api_core
22
description: "A library to make it easy to use the Misskey API in your Flutter and Dart apps."
3-
version: 0.0.3-beta
3+
version: 0.0.4-beta
44
homepage: https://librarylibrarian.com/
55
repository: https://github.com/LibraryLibrarian/misskey_api_core
66
issue_tracker: https://github.com/LibraryLibrarian/misskey_api_core/issues

0 commit comments

Comments
 (0)