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

Update CHANGELOG for v0.2.1 release #142

Merged
merged 1 commit into from
Jul 14, 2023
Merged
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
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,31 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.2.1] - 2023-07-14

### Overview

- Bug fixes
- Dependency updates
- built using Go 1.19.11
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)

### Changed

- Dependencies
- `Go`
- `1.19.8` to `1.19.11`
- `atc0005/go-ci`
- `go-ci-oldstable-build-v0.10.4` to `go-ci-oldstable-build-v0.11.4`
- (GH-136) Update vuln analysis GHAW to remove on.push hook

### Fixed

- (GH-132) Disable depguard linter
- (GH-136) Restore local CodeQL workflow

## [v0.2.0] - 2023-04-10

### Overview
Expand Down Expand Up @@ -360,7 +385,8 @@ for reference or alternative use.
- x86
- x64

[Unreleased]: https://github.com/atc0005/tsm-pass/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/atc0005/tsm-pass/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/atc0005/tsm-pass/releases/tag/v0.2.1
[v0.2.0]: https://github.com/atc0005/tsm-pass/releases/tag/v0.2.0
[v0.1.13]: https://github.com/atc0005/tsm-pass/releases/tag/v0.1.13
[v0.1.12]: https://github.com/atc0005/tsm-pass/releases/tag/v0.1.12
Expand Down
Loading