Skip to content

Commit

Permalink
Merge pull request #6 from averichev/release-plz-2024-04-11T14-37-13Z
Browse files Browse the repository at this point in the history
chore: release v0.4.1
  • Loading branch information
averichev committed Apr 15, 2024
2 parents 3466e72 + b5e2747 commit c7ea011
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/averichev/fns-api-client/compare/v0.4.0...v0.4.1) - 2024-04-15

### Fixed
- Serde
- Bad namespace for - ошибка десериализации

### Other
- Доработка с учетом статуса Message
- Доработка с учетом статуса Message
- *(BROKEN)* Доработка с учетом статуса Message
- MessageResponse

## [0.4.0](https://github.com/averichev/fns-api-client/compare/v0.3.0...v0.4.0) - 2024-04-08

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fns-api-client"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "ФНС API клиент"
license = "MIT OR Apache-2.0"
Expand All @@ -17,4 +17,4 @@ serde_json = {version = "1.0.114", features = ["default"]}
validator = { version = "0.18.0", features = ["derive"] }
chrono = {version = "0.4.37"}
serde-xml-rs = {version = "0.6.0"}
tokio = "1.37.0"
tokio = "1.37.0"

0 comments on commit c7ea011

Please sign in to comment.