diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e027dd..3f4069a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,44 +14,6 @@ Types of changes - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [0.6.0] +## [0.1.0] 2021-09-24 -- `Changed` Upgrade go-devcontainer from v0.4 to v0.5 - -## [0.5.0] - -- `Changed` Upgrade go-devcontainer from v0.3 to v0.4 - -## [0.4.1] - -- `Fixed` Regression on GitHub release action - -## [0.4.0] - -- `Changed` Upgrade go-devcontainer from v0.2 to v0.3 -- `Changed` Execute GitHub actions on ci flavored container (smaller image) -- `Fixed` Refresh target when the repo has UPPERCASE letters -- `Fixed` Autoset permissions when starting devcontainer on a git repo that was not cloned by vscode user -- `Fixed` CONTRIB.md was renamed to CONTRIBUTING.md and initialized with basic instructions -- `Fixed` Refresh target always recreate go.mod and go.sum -- `Fixed` Promote target does not create tag -- `Fixed` Docker-tag target complains about missing DOCKERHUB_PASS - -## [0.3.0] - -- `Added` Colors in neon help target -- `Added` License target to scan 3rd party licenses and generate notice file -- `Added` Default GitHub action for CI checks, run on push or pull request events but only for the main branch -- `Added` Default GitHub action for Release, run on new tags -- `Fixed` Cleaner git ignore -- `Changed` Improved default linters configuration, and cleaner gopls configuration -- `Changed` Build target `docker-publish` renamed to `docker-push` - -## [0.2.0] - -- `Fixed` Publish target works properly -- `Changed` Publish target now depends from the `test-int` target - -## [0.1.0] - -- `Added` First official version of the template. +- `Added` First official release.