Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): trigger a release based with changie updates #44

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ packages:
- name: thycotic/dsv-cli@v1.40.6
- name: gotestyourself/gotestsum@v1.11.0
tags: ['test']
- name: cli/cli@v2.42.1
tags:
- release
- name: mikefarah/yq@v4.40.5
tags:
- release
5 changes: 5 additions & 0 deletions .changes/v2.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.1.2 - 2024-01-25

Check notice on line 1 in .changes/v2.1.2.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD041)

[new] First line in a file should be a top-level heading

### ⬆️ Dependencies

- Maintenance release due to updated dependencies.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v2.1.2 - 2024-01-25

### ⬆️ Dependencies

- Maintenance release due to updated dependencies.

## v2.1.1 - 2024-01-16

### ⬆️ Dependencies
Expand Down
Loading