Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 23, 2024
1 parent 1e57f46 commit e591678
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/v2.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.1.1 - 2024-01-16

### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"[go]": {
"debug.saveBeforeStart": "allEditorsInActiveGroup",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"editor.defaultFormatter": "trunk.io",
"editor.formatOnSave": true
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ All notable changes to this project will be documented in this file.
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.1 - 2024-01-16

### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.

## v2.1.0 - 2023-06-27

### 🎉 New Product Feature

- Add `CreateSecret` and `DeleteSecret` nethods. Thanks to contribution by @michaelsauter 🎉.

### 🧪 Tests

- Add build tag to test files `integration`. This will ensure local go tests don't run integration tests as default or in trunk `pre-push` triggered checks.

### 🤖 CI & Build

- Begin versioning and tracking of changes via `changie`.

0 comments on commit e591678

Please sign in to comment.