diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbbfd5..50f81de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.1-alpha] - 2021-06-26 ### Added - The example file ``examples/strider.py`` is now shipped with the Python package. - ``leggedsnake/geneticoptimizer.py`` can now automatically switch to the built-in GA algorithm if PyGAD is not installed. @@ -12,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - ``setup.cfg`` metadata -## [0.1.0-alpha] - 2021-06-23 +## [0.1.0-alpha] - 2021-06-25 ### Added - Code vulnerabilities automatic checks - Example videos in ``examples/images/`` diff --git a/setup.cfg b/setup.cfg index caa4d6f..cb68949 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = leggedsnake -version = 0.1.0 +version = 0.1.1 author = Hugo Farajallah description = Simulate and optimize planar leg mechanisms using PSO and GA license = MIT License