From 7cdefae627fbbab9e6b8061c5b29ebbc3b592c78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 07:03:46 +0000 Subject: [PATCH] docs: update docs/CHANGELOG.md for v0.1.2 [skip ci] --- docs/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 02c687e..c8ce526 100644 --- a/docs/CHANGELOG.md +++ b/docs/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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.1.2] - 2024-07-12 +### :bug: Bug Fixes +- [`897fe03`](https://github.com/deargen/workflows/commit/897fe03b5d3259c541761a47506446c2304f4c20) - apply ruff *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`fdde174`](https://github.com/deargen/workflows/commit/fdde174086c9ee7fe2aed22b58cb509a43ce27c8) - **pip-compile**: exit with error *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`b41721a`](https://github.com/deargen/workflows/commit/b41721a6e00c996eb4a72c793cb200713453b825) - mkdocs proper python version *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`234ce89`](https://github.com/deargen/workflows/commit/234ce896796df393d53964fa9e387453da32e5da) - deploy-mkdocs *(commit by [@kiyoon](https://github.com/kiyoon))* + + ## [v0.1.1] - 2024-07-02 ### :sparkles: New Features - [`8dcbc64`](https://github.com/deargen/workflows/commit/8dcbc645c491b166a442a748372f81a13df603d6) - setup-conda *(commit by [@kiyoon](https://github.com/kiyoon))* @@ -17,3 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.1.0]: https://github.com/deargen/workflows/compare/v0.0.0...v0.1.0 [v0.1.1]: https://github.com/deargen/workflows/compare/v0.1.0...v0.1.1 +[v0.1.2]: https://github.com/deargen/workflows/compare/v0.1.1...v0.1.2