Skip to content

Commit

Permalink
Fix changelog/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
steevepay committed Aug 8, 2024
1 parent e649608 commit d7c59e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 2.0.0
- Released on 2024//: The package was originally made by Pascal CHENEVAS from . The Carbone team is now maintaining the SDK. This version brings all missing functions to interact with the Carbone API.
## v1.0.0
- Released on 2024/08/08: The package was originally made by [Pascal CHENEVAS](https://github.com/pascal-chenevas). The Carbone team is now maintaining the SDK. This version brings all missing functions to interact with the Carbone API.
- Added function `getStatus`: It return the current status and the version of the API as `String`.
- Added error `HttpError`: It return the status code and a error message.
- Modified for the `generate_report`: Optimization of api calls when there is error 404.
- Modified for the `render_data`: When there is an error in the request, the function returns the status code and an error message.
- Modified for the `new`: The value `api_token` is optional.
- Modified for the `new`: The argument `api_token` is optional.
- Added units tests.

### v1.0.0
- Released on
### v0.1.0
- Released on 2023/10/01
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "carbone-sdk-rust"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["Pascal Chenevas-Paule <pcp.dev@posteo.de>"]
description = "Generate PDF, DOCX, XLSX, ..., HTML reports from templates and JSON data with Carbone API"
authors = ["Carbone.io <dev@carbone.io>"]
description = "Generate documents with Carbone, using templates and JSON data-set. Create invoices, reports, certificates, contracts, financial statements, documents like Word files, Excel sheets, CSVs, PowerPoint slides, and more. The template can be a DOCX, PPTX, XLSX, CSV, XML, HTML and many formats."
homepage = "https://carbone.io"
repository = "https://github.com/carboneio/carbone-sdk-rust"
readme = "README.md"
license = "Apache-2.0"
keywords = ["document", "automation", "pdf", "docx", "xlsx"]
categories = ["template-engine", "api-bindings", "filesystem"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit d7c59e1

Please sign in to comment.