From 249b5aaa10484bb7e8f3b866b0925aaebdac8170 Mon Sep 17 00:00:00 2001 From: montanaflynn Date: Thu, 11 May 2023 15:05:10 +0700 Subject: [PATCH] Update changelog with v0.7.1 changes --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cc20b..73c3b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] + +## [v0.7.1] - 2023-05-11 +### Add +- Add describe functions ([#77](https://github.com/montanaflynn/stats/issues/77)) + +### Update +- Update .gitignore +- Update README.md, LICENSE and DOCUMENTATION.md files +- Update github action go workflow to run on push + + ## [v0.7.0] - 2023-01-08 ### Add @@ -13,6 +24,7 @@ ### Update - Update changelog with v0.7.0 changes +- Update changelog with v0.7.0 changes - Update github action go workflow - Update geometric distribution tests @@ -505,7 +517,8 @@ - Merge pull request [#4](https://github.com/montanaflynn/stats/issues/4) from saromanov/sample -[Unreleased]: https://github.com/montanaflynn/stats/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/montanaflynn/stats/compare/v0.7.1...HEAD +[v0.7.1]: https://github.com/montanaflynn/stats/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/montanaflynn/stats/compare/v0.6.6...v0.7.0 [v0.6.6]: https://github.com/montanaflynn/stats/compare/v0.6.5...v0.6.6 [v0.6.5]: https://github.com/montanaflynn/stats/compare/v0.6.4...v0.6.5