From 316653f2a1008c9a3936ce7ae3aa17ba364481d7 Mon Sep 17 00:00:00 2001 From: Milad Irannejad Date: Thu, 3 Nov 2022 23:38:40 -0400 Subject: [PATCH] Release 0.4.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56febe2..81d0909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.4.2](https://github.com/moorara/algo/tree/v0.4.2) (2022-11-03) + +[Compare Changes](https://github.com/moorara/algo/compare/v0.4.1...v0.4.2) + +**Merged Changes:** + + - Add DFA minimization API [#119](https://github.com/moorara/algo/pull/119) ([moorara](https://github.com/moorara)) + - Enrich Set API [#118](https://github.com/moorara/algo/pull/118) ([moorara](https://github.com/moorara)) + - Update Set API [#117](https://github.com/moorara/algo/pull/117) ([moorara](https://github.com/moorara)) + - [automata] Refactoring & New API [#116](https://github.com/moorara/algo/pull/116) ([moorara](https://github.com/moorara)) + - Add SoftQueue to list package [#115](https://github.com/moorara/algo/pull/115) ([moorara](https://github.com/moorara)) + - fix(deps): update golang.org/x/exp digest to 83b7d23 [#113](https://github.com/moorara/algo/pull/113) ([renovate[bot]](https://github.com/apps/renovate), [moorara](https://github.com/moorara)) + + ## [v0.4.1](https://github.com/moorara/algo/tree/v0.4.1) (2022-10-27) [Compare Changes](https://github.com/moorara/algo/compare/v0.4.0...v0.4.1)