From 18bb293026bcc96d77f6b4a932eba33fbe54c872 Mon Sep 17 00:00:00 2001 From: Jason Yao Date: Mon, 17 Oct 2022 05:39:46 +0000 Subject: [PATCH] chore(release): 4.2.0 [skip ci] # [4.2.0](https://github.com/JasonYao/pydotfiles/compare/v4.1.0...v4.2.0) (2022-10-17) ### Features * **build:** adds in the -r or --release flag to the build command, which zips up build packages ([5367eaf](https://github.com/JasonYao/pydotfiles/commit/5367eaf635bd990d5dd42d1859939c67e1a75bd7)), closes [#85](https://github.com/JasonYao/pydotfiles/issues/85) --- CHANGELOG.md | 7 +++++++ pydotfiles/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b638d63..d8cfbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog | Pydotfiles +# [4.2.0](https://github.com/JasonYao/pydotfiles/compare/v4.1.0...v4.2.0) (2022-10-17) + + +### Features + +* **build:** adds in the -r or --release flag to the build command, which zips up build packages ([5367eaf](https://github.com/JasonYao/pydotfiles/commit/5367eaf635bd990d5dd42d1859939c67e1a75bd7)), closes [#85](https://github.com/JasonYao/pydotfiles/issues/85) + # [4.1.0](https://github.com/JasonYao/pydotfiles/compare/v4.0.4...v4.1.0) (2022-10-17) diff --git a/pydotfiles/version.py b/pydotfiles/version.py index 42a5abd..314f77e 100644 --- a/pydotfiles/version.py +++ b/pydotfiles/version.py @@ -1 +1 @@ -VERSION_NUMBER = "4.1.0" +VERSION_NUMBER = "4.2.0"