Skip to content

Releases: artem-y/commit

v0.2.0: Make Missing Config Properties Empty

21 Jan 15:02
388f41b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5: Commit With Detached HEAD

12 Jan 21:30
08e2bbb

Choose a tag to compare

What's Changed

  • Handle detached HEAD and initial commit by @artem-y in #25

Full Changelog: v0.1.4...v0.1.5

v0.1.4: Bump Dependencies

03 Jan 16:15
ec39018

Choose a tag to compare

What's Changed

  • Prevent resetting global git config in tests by @artem-y in #22
  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in #23
  • Bump go-git version to v5.13.1 by @artem-y in #24

Full Changelog: v0.1.3...v0.1.4

v0.1.3: Issue Regex Validation

11 May 11:59
b5f60f1

Choose a tag to compare

What's Changed

  • Add end-to-end tests and make install command by @artem-y in #19
  • Print out correct path in the installation message by @artem-y in #20
  • Validate issue regex by @artem-y in #21

Full Changelog: v0.1.2...v0.1.3

v0.1.2: First Security Update

29 Apr 06:17
405909f

Choose a tag to compare

Apparently, there was a vulnerability in the 0.22.0 version of the golang/x/net package found by Dependabot.
Making a quick patch to include the update, along with some of my work on improving stability.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1: Support Subdirectories

27 Apr 04:38
7e3d305

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0: Initial Release

21 Apr 21:53
8248fce

Choose a tag to compare

This is an initial release that has a bare minimum of features that are fairly stable and good enough for my everyday use.

What's Changed

  • Initial basic implementation by @artem-y in #1
  • Adopt common project structure by @artem-y in #7
  • Enable replacement for wrapping brackets by @artem-y in #8
  • Prevent commit when no changes are staged by @artem-y in #9
  • Enable custom path to config json file by @artem-y in #11
  • Prepare for cross platform distribution by @artem-y in #12
  • Add basic documentation by @artem-y in #13
  • Wrap each issue with prefix and suffix by @artem-y in #14

New Contributors

Full Changelog: https://github.com/artem-y/commit/commits/v0.1.0