Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

87 lines (49 loc) · 2.17 KB

Changelog

0.2.0 (2023-04-22)

Minor: Backward Compatible Changes

  • [feat/{ci/cd,developer experience}] Add an automated bot to make PR to bump version when there's 5 of more entries. #22

Patch: Bug Fixes

  • [fix/ci/cd] entries folder does not exist. It's pending. #25

  • [fix/ci/cd] Fix the missing step id. #26

  • [fix/ci/cd] Missing identity for git. #27

  • [chore/docs] Add documentations about commits. #24

0.1.8 (2023-04-20)

Patch: Bug Fixes

  • [feat/{ci/cd,developer experience}] bump-version target to make it easier to determine next version. #20

0.1.7 (2023-04-20)

Minor: Backward Compatible Changes

  • [fix/{ci/cd,developer experience,docs}] Update go-change to v0.2.2. #17 #15

Patch: Bug Fixes

  • [fix/{ci/cd,developer experience,docs}] Add new template to changelog. #17

0.0.7 (2023-04-15)

Features

  • [ci] Adding makefile for changelog and versioning process. Inspired from pulumi repo. #5

  • [ci] Add CI for releases #6

Bug Fixes

  • [ci] Fix ancestor with depth #12

  • [ci] fix ci with outdated branch #10

  • [ci] Use GH_TOKEN instead of GITHUB_TOKEN #8

Versions follow Semantic Versioning.

0.0.4 / 2023-04-09

  • feature: adds changelog
  • feature: adds instruction for adding dependencies

0.0.3 / 2023-04-08

Adds link for pip-tools.

0.0.2 / 2023-04-06

Minor update for black in pre-commit hooks.

0.0.1 / 2023-03-22

Initial setup of python-template. It adds the basic setup with pip-tools and pre-commit.