Skip to content

Commit 90fba94

Browse files
committed
Add CHANGELOG
1 parent 8f7895c commit 90fba94

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Changelog
2+
3+
## [0.3.1](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.3.1) (2022-06-05)
4+
5+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.3...0.3.1)
6+
7+
## [0.3](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.3) (2022-03-12)
8+
9+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.2...0.3)
10+
11+
**Closed issues:**
12+
13+
- python-fireflyalgorithm fails to build with Python 3.11.0a2. [\#6](https://github.com/firefly-cpp/FireflyAlgorithm/issues/6)
14+
- fireflyalgorithm fails to build with Python 3.11 [\#4](https://github.com/firefly-cpp/FireflyAlgorithm/issues/4)
15+
16+
**Merged pull requests:**
17+
18+
- Add test [\#8](https://github.com/firefly-cpp/FireflyAlgorithm/pull/8) ([firefly-cpp](https://github.com/firefly-cpp))
19+
- Fix build error for python 3.11 [\#7](https://github.com/firefly-cpp/FireflyAlgorithm/pull/7) ([zStupan](https://github.com/zStupan))
20+
- Enabled python3.11 support. [\#5](https://github.com/firefly-cpp/FireflyAlgorithm/pull/5) ([zStupan](https://github.com/zStupan))
21+
- Update README [\#3](https://github.com/firefly-cpp/FireflyAlgorithm/pull/3) ([zStupan](https://github.com/zStupan))
22+
23+
## [0.2](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.2) (2021-09-10)
24+
25+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.0.5...0.2)
26+
27+
## [0.0.5](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.0.5) (2021-09-10)
28+
29+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.0.4...0.0.5)
30+
31+
**Merged pull requests:**
32+
33+
- Update FA and switch to poetry [\#2](https://github.com/firefly-cpp/FireflyAlgorithm/pull/2) ([zStupan](https://github.com/zStupan))
34+
35+
## [0.0.4](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.0.4) (2021-02-03)
36+
37+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.0.3...0.0.4)
38+
39+
## [0.0.3](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.0.3) (2021-02-03)
40+
41+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.0.2...0.0.3)
42+
43+
## [0.0.2](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.0.2) (2021-01-19)
44+
45+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.0.1...0.0.2)
46+
47+
**Merged pull requests:**
48+
49+
- Sort optimization [\#1](https://github.com/firefly-cpp/FireflyAlgorithm/pull/1) ([lukapecnik](https://github.com/lukapecnik))
50+
51+
## [0.0.1](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.0.1) (2020-11-18)
52+
53+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/0.1...0.0.1)
54+
55+
## [0.1](https://github.com/firefly-cpp/FireflyAlgorithm/tree/0.1) (2020-11-18)
56+
57+
[Full Changelog](https://github.com/firefly-cpp/FireflyAlgorithm/compare/170394dc2648db570d75873af470157dd2c18c25...0.1)
58+
59+
60+
61+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)