Skip to content

Commit

Permalink
Merge pull request #22 from gostaticanalysis/tagpr-from-v1.4.2
Browse files Browse the repository at this point in the history
Release for v1.5.0
  • Loading branch information
tenntenn authored Nov 15, 2024
2 parents 1663429 + 6781335 commit 332bc7e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [v1.5.0](https://github.com/gostaticanalysis/comment/compare/v1.4.2...v1.5.0) - 2024-11-15
- Add tagpr and testvet by @tenntenn in https://github.com/gostaticanalysis/comment/pull/18
- Add IgnorePosLine and deprecate IgnoreLine by @neglect-yp in https://github.com/gostaticanalysis/comment/pull/17
- Fix errors for testvet by @tenntenn in https://github.com/gostaticanalysis/comment/pull/20
- Add version.txt by @tenntenn in https://github.com/gostaticanalysis/comment/pull/21
- Update go version and dependencies by @tenntenn in https://github.com/gostaticanalysis/comment/pull/19

## [v1.4.2](https://github.com/gostaticanalysis/comment/compare/v1.4.1...v1.4.2) - 2021-03-03
- passes/commentmap: use txtar for testdata by @zchee in https://github.com/gostaticanalysis/comment/pull/14
- github/workflows: add test GHA by @zchee in https://github.com/gostaticanalysis/comment/pull/15
- omment: fix hasIgnoreCheck to more pares lines by @zchee in https://github.com/gostaticanalysis/comment/pull/16

## [v1.4.1](https://github.com/gostaticanalysis/comment/compare/v1.4.0...v1.4.1) - 2020-09-10
- Fix comment directive parsing in Go 1.15+ by @nmiyake in https://github.com/gostaticanalysis/comment/pull/13
- gofmt files by @nmiyake in https://github.com/gostaticanalysis/comment/pull/12
- Fix logic error in hasIgnoreCheck by @nmiyake in https://github.com/gostaticanalysis/comment/pull/11

## [v1.4.0](https://github.com/gostaticanalysis/comment/compare/v1.3.0...v1.4.0) - 2020-08-20
- Add CommentsByPosLine by @tenntenn in https://github.com/gostaticanalysis/comment/pull/9

## [v1.3.0](https://github.com/gostaticanalysis/comment/compare/v1.2.0...v1.3.0) - 2020-01-30
- Fix link to ast package by @po3rin in https://github.com/gostaticanalysis/comment/pull/4
- Add IgnoreLine by @tenntenn in https://github.com/gostaticanalysis/comment/pull/5

## [v1.2.0](https://github.com/gostaticanalysis/comment/compare/v1.1.0...v1.2.0) - 2019-03-18
- Add IgnorePos by @tenntenn in https://github.com/gostaticanalysis/comment/pull/3

## [v1.1.0](https://github.com/gostaticanalysis/comment/compare/v1.0.0...v1.1.0) - 2019-03-08
- Add ignore by @tenntenn in https://github.com/gostaticanalysis/comment/pull/1
- Fix Ignore and add tests by @tenntenn in https://github.com/gostaticanalysis/comment/pull/2

## [v1.0.0](https://github.com/gostaticanalysis/comment/commits/v1.0.0) - 2019-03-08
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.2
v1.5.0

0 comments on commit 332bc7e

Please sign in to comment.