Skip to content

Commit 3edf40d

Browse files
authored
Merge pull request #4 from averichev/release-plz-2024-03-25T14-36-18Z
chore: release v0.3.0
2 parents f36e295 + 87ae1db commit 3edf40d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.0](https://github.com/averichev/fns-api-client/compare/v0.2.0...v0.3.0) - 2024-03-25
10+
11+
### Fixed
12+
- Исправлена ошибка десериализации
13+
14+
### Other
15+
- Разные улучшения
16+
- работа с ошибками
17+
918
## [0.2.0](https://github.com/averichev/fns-api-client/compare/v0.1.1...v0.2.0) - 2024-03-22
1019

1120
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fns-api-client"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "ФНС API клиент"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)