Skip to content

Releases: yoheimuta/protolint

v0.55.6

27 May 00:19
0733061
Compare
Choose a tag to compare

Changelog

  • bb9ccf4 Merge pull request #472 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.72.1
  • 0733061 Merge pull request #476 from SamiHiltunen/smh-set-min-go-version
  • 057f1b2 Set minimum Go version to 1.23
  • 53a1405 chore(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1

v0.55.5

18 May 02:42
b81e4a5
Compare
Choose a tag to compare

Changelog

  • b81e4a5 Merge pull request #475 from yoheimuta/update-parser-v4.14.2
  • 880c39a Update go-protoparser to v4.14.2

v0.55.4

18 May 02:12
8087c37
Compare
Choose a tag to compare

Changelog

  • 8087c37 Merge pull request #474 from yoheimuta/fix-FILE_NAMES_LOWER_SNAKE_CASE-disable/451
  • 7990785 fix: add support for disabling file name rules with comments and update visitor methods to accept proto parameter Close #451.

v0.55.3

17 May 10:05
d3bf2ab
Compare
Choose a tag to compare

Changelog

  • d3bf2ab Merge pull request #473 from yoheimuta/fix-lib-lint/471
  • db72577 feat: add GetLintRunner function and mock lint runner for testing
  • 1972846 refactor: restructure linting functionality to use internal library and improve error handling

v0.55.2

12 May 10:22
9b762e3
Compare
Choose a tag to compare

Changelog

  • 9b762e3 Merge pull request #470 from yoheimuta/support-mcp-npx
  • 93b475a refactor: replace execFile with spawn for better process handling
  • d05ae84 tests: fix

v0.55.1

09 May 05:45
fcef869
Compare
Choose a tag to compare

Changelog

v0.55.0

09 May 03:53
213d329
Compare
Choose a tag to compare

Changelog

  • d535de5 Enhance MCP server documentation and functionality
  • e172568 Implement Model Context Protocol (MCP) server for protolint
  • 582776e Merge pull request #463 from yoheimuta/go_modules/golang.org/x/net-0.38.0
  • 3c25b34 Merge pull request #465 from /issues/464
  • cd58f3c Merge pull request #467 from /issues/466
  • 213d329 Merge pull request #469 from yoheimuta/mcp/468
  • f371336 Update devcontainer.json
  • 008df86 chore: add devcontainer configuration for protolint development environment
  • 91b4199 tweak: remove binary

v0.54.1

29 Apr 09:41
Compare
Choose a tag to compare

Changelog

  • 65975c4 chore(deps): update golang.org/x/net, golang.org/x/sys, and golang.org/x/text to latest versions.
  • 8ffaae4 chore: update Go version to 1.24.2 in workflows and go.mod; improve error logging in tests

v0.54.0

28 Apr 03:27
d67b572
Compare
Choose a tag to compare

Changelog

  • 288a3bc Add version flag support to protolint command
  • 997aa1d Merge pull request #432 from yoheimuta/dependabot/docker/alpine-3.20.3
  • 48bd2b0 Merge pull request #454 from yoheimuta/dependabot/docker/alpine-3.21.3
  • a3cd8d9 Merge pull request #455 from yoheimuta/dependabot/go_modules/github.com/BurntSushi/toml-1.5.0
  • dfa3948 Merge pull request #456 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.72.0
  • 55e5241 Merge pull request #457 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-plugin-1.6.3
  • 87a5d38 Merge pull request #458 from yoheimuta/dependabot/go_modules/github.com/yoheimuta/go-protoparser/v4-4.14.1
  • d67b572 Merge pull request #459 from yoheimuta/dependabot/go_modules/google.golang.org/protobuf-1.36.6
  • f781f0f Merge pull request #461 from yoheimuta/dependabot/github_actions/docker/login-action-3.4.0
  • 330bbcb Merge pull request #462 from yoheimuta/issue-450
  • 7fad0fd Rename linux arm64 binary
  • 798b372 chore(deps): Bump alpine from 3.20.2 to 3.20.3
  • 88cf489 chore(deps): Bump alpine from 3.20.3 to 3.21.3
  • 71b9fcc chore(deps): Bump docker/login-action from 3.3.0 to 3.4.0
  • 474a7dc chore(deps): Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0
  • cf63d62 chore(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.3
  • 9ee1b6b chore(deps): Bump github.com/yoheimuta/go-protoparser/v4
  • 4c92a80 chore(deps): Bump google.golang.org/grpc from 1.66.0 to 1.72.0
  • 1f09441 chore(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.36.6

v0.53.0

29 Jan 11:37
e6b4dae
Compare
Choose a tag to compare

Changelog

  • 71e6503 Append _v8.0 to arm64 arch in Release binaries
  • e6b4dae Merge pull request #448 from yoheimuta/update-parser
  • 18d2bb3 REPEATED_FIELD_NAMES_PLURALIZED accounts for 'info' as uncountable names
  • 6a089f1 Update go-protoparser v4.14.0 to support Extension Declarations