We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff185ba commit aa34db7Copy full SHA for aa34db7
docs/changelog/0.3.0-changelog.md
@@ -0,0 +1,16 @@
1
+## [0.3.0](https://github.com/BYUCamachoLab/autogator/releases/tag/0.3.0) - 2022-02-07
2
+
3
+### Added
4
+- First public release.
5
+- Support for multiple configuration profiles, allows you to create multiple
6
+ hardware configurations or setups to load into the program.
7
8
+### Changed
9
+- Only supports Python 3.7+.
10
+- Moved to ``pyproject.toml`` and ``setup.cfg`` files.
11
+- Default data directory is no longer a system-managed folder (caused headaches
12
+ on Linux)
13
+- Switched to GPLv3+ license to protect open-source nature of this work.
14
15
+### Removed
16
+- Support for Python versions 3.6 and below removed.
0 commit comments