We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f36e295 + 87ae1db commit 3edf40dCopy full SHA for 3edf40d
2 files changed
CHANGELOG.md
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
18
## [0.2.0](https://github.com/averichev/fns-api-client/compare/v0.1.1...v0.2.0) - 2024-03-22
19
20
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fns-api-client"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2021"
5
description = "ФНС API клиент"
license = "MIT OR Apache-2.0"
0 commit comments