Skip to content

Commit

Permalink
chore: 🔖 release 1.0.0 (#54)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](v0.5.0-alpha1...v1.0.0)
(2023-12-10)


### ⚠ BREAKING CHANGES

* Remove support for parsing args introduced in `v0.5.0-alpha1`
([#44](#44))

### Features

* Expose leftover args so that they can processed further if needed.
([a2ec721](a2ec721))


### Bug Fixes

* ⬆️ bump github.com/stretchr/testify from 1.6.1 to 1.8.4
([#59](#59))
([3b4fa69](3b4fa69))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luboš Pokorný <[email protected]>
  • Loading branch information
github-actions[bot] and zoido authored Dec 10, 2023
1 parent d65c6d8 commit 722118e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0-alpha1"
".": "1.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [1.0.0](https://github.com/zoido/yag-config/compare/v0.5.0-alpha1...v1.0.0) (2023-12-10)


### ⚠ BREAKING CHANGES

* Remove support for parsing args introduced in `v0.5.0-alpha1` ([#44](https://github.com/zoido/yag-config/issues/44))

### Features

* Expose leftover args so that they can processed further if needed. ([a2ec721](https://github.com/zoido/yag-config/commit/a2ec72128cfb81f1fcadc96683cf1b83131ece60))


### Bug Fixes

* ⬆️ bump github.com/stretchr/testify from 1.6.1 to 1.8.4 ([#59](https://github.com/zoido/yag-config/issues/59)) ([3b4fa69](https://github.com/zoido/yag-config/commit/3b4fa69bd14ceb9189c1ebabeed1af7407f22a9f))

0 comments on commit 722118e

Please sign in to comment.