Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 02:33
· 151 commits to main since this release
v0.1.0

Changelog

506d64a build: mage lint now runs pre-commit hooks
4a15b43 build: add github token to commitlint step
8786823 build: bump go to v1.15 and v1.14
d0e057f build: fix workflow targets for new magelib
8c1f527 build: replace Build with Exec in default targets
c8db10c build: setup goreleaser
0c8724f build: switch over to magelib
6cd5239 chore: add .vscode to git ignore
fdd4bf5 chore: add badges to README.md
faec7f9 chore: add copyright headers
7e91722 chore: add copyright headers
2e808ef chore: initial commit
08c86cd chore: remove .mdlrc
6b653cd chore: switch to js markdownlint
36c46ce chore: update dependencies
1e54026 chore: update rapid dependency
c8e78c0 chore: update version of golangci-lint to v1.29.0
4873c30 ci: switch to codecov
40d5642 docs(adr): ways to set command-line options
fa9af68 feat(cmd): generate news file changes from fragment files
a687991 feat(cmd): set flags from environment variables
7fdde9c feat(cmd): write changes to news file
4a5f592 feat: add config cli option
67fdb43 feat: add config struct
88c4736 feat: add date flag for setting release date
c62a753 feat: add newsfile editing functions
c4d13e7 feat: add release struct and templates
3135257 feat: add toml config parsing
c670a72 feat: add version flag
25694f3 fix(fragments): parse fragments file names as documented
7f7bd79 fix: loading config file was flakey
9042f9a refactor(cmd): use value semantics for Exec API
c437b5c refactor(cmd): use value semantics in Config API
17afcce refactor(release): use value semantics in Release API
fabe22a refactor: move components into packages
d6e9e48 release: intial cut of v0.1.0
f94ceca test(cli): use testing package's TempDir