Skip to content

Releases: barelyhuman/commitlog

v3.0.0

30 Aug 22:01
Compare
Choose a tag to compare

What changed ?

  • fixes version and module to adhere go module semver version resolution
  • Fixed an seg fault when there's no tags in the repo (#14)

v2.0.6-beta.0

30 Aug 18:03
Compare
Choose a tag to compare

All Changes

84c8712 chore: v2.0.6-beta.0

e23acb3 ci: change binary build task

v2.0.5

30 Aug 17:56
Compare
Choose a tag to compare
chore: v2.0.5

v2.0.4

30 Aug 17:43
Compare
Choose a tag to compare

All Changes

71dc2e0 chore: v2.0.4

8fed5a2 ci: change to goblin.run

v2.0.3

30 Aug 17:39
Compare
Choose a tag to compare

All Changes

b7f72b2 chore: v2.0.3

430561d chore: maintenance update

2d8810b update docs

212c886 docs: add styles for latest mudkip search

d43b5f1 update binaries

bb7d512 update download links

9e7c7b3 ci: update changelog generation

v2.0.2

19 Sep 09:48
Compare
Choose a tag to compare

Breaking

  • The release CLI no more has an interactive prompt
  • The categorization is now to be defined by the user
  • just running commitlog will not generate logs, you have to use commitlog generate or commitlog g to do that, the same applies for release with release and r

All Changes

faf22fe chore: v2.0.2

25a9185 fix: pre release string resets

83c5ef6 chore: use the helper

721588e update blockquote style

af791af add generic api guide

279ba78 doc: fix redir link to manual page

fefc894 docs: add advanced cases to the manual

51409cc styles: dark mode

d669db1 remove generation to local

61904b7 docs: manual update for basics

9c4b170 base style for docs

2c063e6 docs: base index and structure

v2.0.0-beta.0

26 Jun 09:46
Compare
Choose a tag to compare

Features

e0ce9c6 - add init and pre-tag handlers
110c9b2 - handling for pre increment
9080580 - releaser base maj,min,patch setup
b513e53 - generator subcommand implementation

Fixes

5bafe9d - tag creation

Performance

09fc85c - swap go-git for push with exec

Chores

87ce3fc - v2.0.0-beta.0
909fd03 - swap debugging logger with stderr printer
0a946f6 - use baseurl flag on mudkip
6527745 - remove fluff from older versions

Other Changes

511efc6 - add commit and push
b78e067 - setup for the cli redo

v1.0.0

19 Apr 06:07
Compare
Choose a tag to compare

Breaking Change

The commitlog/log/log.go package now takes in an additional parameter for promo, which is disabled by default.
This flag adds the generated by [commitlog](https://github.com/commitlog) at the end of the changelog

Commits

8b4f86b - promo flag, disabled by default
53cb644 - remove funding
db21474 - update installation to goblin

generated by commitlog

v0.0.10

11 Dec 11:24
Compare
Choose a tag to compare

Docs

7e0664a - add test badge

Chores

6c9e76d - go sum update

Other Changes

bba8d7a - v0.0.10
27728f4 - simplify tag check logic to revisions (#10)
5c905bd - add todo list
0f8688b - rollback go version

0.0.8

03 Jul 11:58
Compare
Choose a tag to compare

Features

1fbc33d - handle file based version and commit
d5ac36d - finish migration to the cmd structure
41e071c - release command
bfbfbfe - add commit scope support (#7)

Fixes

3502af1 - crash on single tag
ebcb7d2 - change default value of beta
bfb379a - issue #9
8be3208 - follow tag to commits
cf431d6 - handle version increase resets
c58ac36 - stability, command separation, cleaner commit message

Performance

64a360a - clean up code and null checks

CI

a401e52 - only on creation
835a399 - update changelog generator
8187675 - avoid windows/arm64
ff6519d - move to different release system
a6bba4d - update versions
eae9ecd - update to latest dogfooding version
f5fd808 - update the download command

Docs

7f1ae6e - readme support addition
23d0575 - add header image

Chores

1cd52b2 - setup for multiple sub command