Skip to content

Commit

Permalink
chore: release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-08-17)

### Features

* **archive:** handled all archives pydantic models ([e1e1842](e1e1842))
* **archive:** implement archive manager ([902cefd](902cefd))
* **client:** core esiosapy client ([93601bc](93601bc))
* implement common request helper ([c52320b](c52320b))
* **indicator:** add indicator manager to client ([99b34e4](99b34e4))
* **indicator:** indicator data model ([4cd27dd](4cd27dd))
* **indicator:** set up indicator manager ([6f77579](6f77579))
* main file ([212b797](212b797))
* **offer-indicator:** add offer indicator manager to client ([c3baf1f](c3baf1f))
* **offer-indicator:** offer indicator data model ([f31f9e6](f31f9e6))
* **offer-indicator:** set up offer indicator manager ([73b32b9](73b32b9))
* remove main file ([d43b8b0](d43b8b0))
* **utils:** recursive unzip function ([f394789](f394789))
  • Loading branch information
semantic-release-bot committed Aug 17, 2024
1 parent 4df80ba commit 78755af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# esiosapy

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2024-08-17)

### Features

* **archive:** handled all archives pydantic models ([e1e1842](https://github.com/M4RC0Sx/esiosapy/commit/e1e1842dc51d148e3ef04a957a08fe76a1c9f447))
* **archive:** implement archive manager ([902cefd](https://github.com/M4RC0Sx/esiosapy/commit/902cefd7e0a2ba6db3d354fcf08f4d79996c6dff))
* **client:** core esiosapy client ([93601bc](https://github.com/M4RC0Sx/esiosapy/commit/93601bc2f9c2133567944db765f5cb05c38d27e3))
* implement common request helper ([c52320b](https://github.com/M4RC0Sx/esiosapy/commit/c52320ba4973b23d15e529a66aa379af2c4ca8c9))
* **indicator:** add indicator manager to client ([99b34e4](https://github.com/M4RC0Sx/esiosapy/commit/99b34e4a742ff41f0d361e954bce28cfcef4c76d))
* **indicator:** indicator data model ([4cd27dd](https://github.com/M4RC0Sx/esiosapy/commit/4cd27ddaf605550f435441f2e32851faee5797f3))
* **indicator:** set up indicator manager ([6f77579](https://github.com/M4RC0Sx/esiosapy/commit/6f77579556041e0157ad43993819d2f913d9dfde))
* main file ([212b797](https://github.com/M4RC0Sx/esiosapy/commit/212b797012c2785b02819e0f99f0cbbf28fbd577))
* **offer-indicator:** add offer indicator manager to client ([c3baf1f](https://github.com/M4RC0Sx/esiosapy/commit/c3baf1f0a2c88744deb01e50449ad2f3e06643dc))
* **offer-indicator:** offer indicator data model ([f31f9e6](https://github.com/M4RC0Sx/esiosapy/commit/f31f9e691908d709feba39ff42ceeed44f33f2d3))
* **offer-indicator:** set up offer indicator manager ([73b32b9](https://github.com/M4RC0Sx/esiosapy/commit/73b32b9f42ce91a1859efc0fa0345a4ddc003f6f))
* remove main file ([d43b8b0](https://github.com/M4RC0Sx/esiosapy/commit/d43b8b0e0bfe56e2350ea10f886cddc3a0665b46))
* **utils:** recursive unzip function ([f394789](https://github.com/M4RC0Sx/esiosapy/commit/f3947892af95cc9df84560dabef3b6ff040f7f76))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "esiosapy"
version = "0.0.1"
version = "1.0.0"
description = "Unofficial ESIOS API Python library. Up to date and fully equipped."
authors = ["M4RC0Sx"]
license = "MIT License"
Expand Down

0 comments on commit 78755af

Please sign in to comment.