chore(main): release 0.2.0 (#19)

🤖 I have created a release *beep* *boop*
---


## [0.2.0](https://github.com/shizand/statapp/compare/v0.1.0...v0.2.0)
(2023-09-28)


### Новые функции

* добавлена генерация данных
([#13](https://github.com/shizand/statapp/issues/13))
([bdcc2cd](bdcc2cdfe2))


### Исправления

* добавлена поддержка Windows 7
([#18](https://github.com/shizand/statapp/issues/18))
([fe37f33](fe37f33d84))
* добавлена поддержка x86
([179e328](179e3286a2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-09-28 10:34:37 +03:00 committed by GitHub
parent 56e967fecc
commit fb24389d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Changelog # Changelog
## [0.2.0](https://github.com/shizand/statapp/compare/v0.1.0...v0.2.0) (2023-09-28)
### Новые функции
* добавлена генерация данных ([#13](https://github.com/shizand/statapp/issues/13)) ([bdcc2cd](https://github.com/shizand/statapp/commit/bdcc2cdfe2001c81b1cbc201d4269e3b3d506b3a))
### Исправления
* добавлена поддержка Windows 7 ([#18](https://github.com/shizand/statapp/issues/18)) ([fe37f33](https://github.com/shizand/statapp/commit/fe37f33d8457ebcdeaa63d4819d3d9814a4bd2f9))
* добавлена поддержка x86 ([179e328](https://github.com/shizand/statapp/commit/179e3286a2fb06064d37bf0d46db78204eaf0b00))
## 0.1.0 (2023-09-26) ## 0.1.0 (2023-09-26)

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "statapp" name = "statapp"
version = "0.1.0" version = "0.2.0"
description = "" description = ""
authors = [ authors = [
"Maxim Slipenko <statapp@maks1ms.addy.io>" "Maxim Slipenko <statapp@maks1ms.addy.io>"