diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9d132..0694f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v1.4.3](https://github.com/jnoortheen/arger/releases/tag/v1.4.3) - 2022-07-02 + +[Compare with v1.4.2](https://github.com/jnoortheen/arger/compare/v1.4.2...v1.4.3) + +### Bug Fixes +- Set flags from docstring ([a681825](https://github.com/jnoortheen/arger/commit/a681825786ba0c67560de7d1d3be0d6cd1b0721d) by Noortheen Raja). + + ## [v1.4.2](https://github.com/jnoortheen/arger/releases/tag/v1.4.2) - 2021-10-16 [Compare with v1.3.8](https://github.com/jnoortheen/arger/compare/v1.3.8...v1.4.2) diff --git a/pyproject.toml b/pyproject.toml index 8def407..5ea1a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "arger" -version = "1.4.2" +version = "1.4.3" description = "Create argparser automatically from functions" license = "MIT"