Skip to content

Commit 46f0276

Browse files
committed
Bump version to v0.28.0 in CHANGELOG.md
1 parent 1787fe5 commit 46f0276

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: golangci-lint
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
7+
58
permissions:
69
contents: read
710
# Optional: allow read access to pull request. Use with `only-new-issues` option.

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!--toc:start-->
44

55
- [Changelog](#changelog)
6+
- [[v0.28.0] - 2024-06-25](#v0280-2024-06-25)
67
- [[v0.27.1] - 2024-06-05](#v0271-2024-06-05)
78
- [[v0.27.0] - 2024-06-05](#v0270-2024-06-05)
89
- [[v0.26.1] - 2024-05-26](#v0261-2024-05-26)
@@ -37,7 +38,7 @@ All notable changes to this project will be documented in this file.
3738
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3839
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3940

40-
## [Unreleased]
41+
## [v0.28.0] - 2024-06-25
4142

4243
### Added
4344

0 commit comments

Comments
 (0)