Skip to content

Commit

Permalink
Merge pull request #42 from vitalvas/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 1.0.0
  • Loading branch information
vitalvas authored Dec 6, 2024
2 parents dfc8005 + 34349a6 commit 6475cd4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## 1.0.0 (2024-12-06)


### Features

* add release-please ([dfc8005](https://github.com/vitalvas/go-license/commit/dfc8005d12575f8c69f13048c8d39ed302408211))
* add test for fingerprint ([99f6d13](https://github.com/vitalvas/go-license/commit/99f6d1397154144e26d52101831c8fbdc20f7953))
* add tests ([69c343c](https://github.com/vitalvas/go-license/commit/69c343ce9fa0e95ee7d6729c317faa4b3bf4df95))
* add tests ([6521ff0](https://github.com/vitalvas/go-license/commit/6521ff03ebafb25f9d2b8a0ca46b1e74fcd95f4f))
* add tests for encode ([0e6c655](https://github.com/vitalvas/go-license/commit/0e6c6553a486d4948b5bada717edf21831f790d8))
* **ci:** add codecov ([bd6b0ca](https://github.com/vitalvas/go-license/commit/bd6b0ca0bbca425c1ac473af30aa76e49f9e7543))
* **ci:** add go test ([9aa1c6d](https://github.com/vitalvas/go-license/commit/9aa1c6d878ca8cdf67c43abf0d636978858da148))
* move to internal flate ([32858f3](https://github.com/vitalvas/go-license/commit/32858f3997ef7705a124c3b24c2f2556d626dd01))
* update go version ([8f552d7](https://github.com/vitalvas/go-license/commit/8f552d7182775cc52341d9742af07d6c53697f36))


### Bug Fixes

* drop unused code ([ac44966](https://github.com/vitalvas/go-license/commit/ac44966ea2c4b5a5ae216e2077f6d5e5a7e9906d))
* drop unused code ([d5d84f4](https://github.com/vitalvas/go-license/commit/d5d84f4a854bfce0cab5f345d96f1e2d68d921b5))
* linter errors ([4a9c8e6](https://github.com/vitalvas/go-license/commit/4a9c8e61369caef7af11985a811676d8e62c084b))
* linter errors ([cd4db5a](https://github.com/vitalvas/go-license/commit/cd4db5a1eee537398dae638b5c1ba13b78fbf5d8))
* upload coverage ([7dd5f3c](https://github.com/vitalvas/go-license/commit/7dd5f3cfd21622295418036f500cfbc209a02e24))

0 comments on commit 6475cd4

Please sign in to comment.