chore(main): release 0.13.0 (#125)

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


##
[0.13.0](https://github.com/shizand/statapp/compare/v0.12.5...v0.13.0)
(2024-02-29)


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

* добавлены весовые коэффициенты
([#126](https://github.com/shizand/statapp/issues/126))
([1900785](1900785502))


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

* исправлена "Остаточная дисперсия (масштабированная)"
([#124](https://github.com/shizand/statapp/issues/124))
([babfd48](babfd48ee1))

---
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] 2024-02-29 21:39:28 +03:00 committed by GitHub
parent 1900785502
commit 08fd512a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog # Changelog
## [0.13.0](https://github.com/shizand/statapp/compare/v0.12.5...v0.13.0) (2024-02-29)
### Новые функции
* добавлены весовые коэффициенты ([#126](https://github.com/shizand/statapp/issues/126)) ([1900785](https://github.com/shizand/statapp/commit/1900785502d9066b31ed5311fab334f21eb9454e))
### Исправления
* исправлена "Остаточная дисперсия (масштабированная)" ([#124](https://github.com/shizand/statapp/issues/124)) ([babfd48](https://github.com/shizand/statapp/commit/babfd48ee15504342b01d9a1a98fcc1aafc890dc))
## [0.12.5](https://github.com/shizand/statapp/compare/v0.12.4...v0.12.5) (2024-02-22) ## [0.12.5](https://github.com/shizand/statapp/compare/v0.12.4...v0.12.5) (2024-02-22)

View File

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