From 3afdd37aae22044bda0b43e794c8203f920eadba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jan 2024 13:35:04 +0000 Subject: [PATCH] chore(release): 0.0.3 [skip ci] ## [0.0.3](https://github.com/msclock/sphinx-deployment/compare/v0.0.2...v0.0.3) (2024-01-03) ### Performance * opt to log command args ([8bde657](https://github.com/msclock/sphinx-deployment/commit/8bde657e28285034e772d15b4bf9e046f4693ea6)) ### Chores * exclude CHANGELOG.md on pre-commit formatter ([4d7e9f2](https://github.com/msclock/sphinx-deployment/commit/4d7e9f282ed459f77630ee75f56092df6c58ff12)) ### CI * configure git for pages deployment ([3b63009](https://github.com/msclock/sphinx-deployment/commit/3b63009617817137f9484a47c6cf4172c1fa8806)), closes [#7](https://github.com/msclock/sphinx-deployment/issues/7) ### Docs * fix typo on CHANGELOG.md ([217eb4b](https://github.com/msclock/sphinx-deployment/commit/217eb4ba503fcfe3c38840b15fc0d5ac34ee2453)) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5b821..e21a469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [0.0.3](https://github.com/msclock/sphinx-deployment/compare/v0.0.2...v0.0.3) (2024-01-03) + + +### Performance + +* opt to log command args ([8bde657](https://github.com/msclock/sphinx-deployment/commit/8bde657e28285034e772d15b4bf9e046f4693ea6)) + + +### Chores + +* exclude CHANGELOG.md on pre-commit formatter ([4d7e9f2](https://github.com/msclock/sphinx-deployment/commit/4d7e9f282ed459f77630ee75f56092df6c58ff12)) + + +### CI + +* configure git for pages deployment ([3b63009](https://github.com/msclock/sphinx-deployment/commit/3b63009617817137f9484a47c6cf4172c1fa8806)), closes [#7](https://github.com/msclock/sphinx-deployment/issues/7) + + +### Docs + +* fix typo on CHANGELOG.md ([217eb4b](https://github.com/msclock/sphinx-deployment/commit/217eb4ba503fcfe3c38840b15fc0d5ac34ee2453)) + ## [0.0.2](https://github.com/msclock/sphinx-deployment/compare/v0.0.1...v0.0.2) (2024-01-03)