Skip to content

Releases: cv/mcs

v0.7.12

29 Dec 18:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 01a4884 Add location to mcs status text output
  • fb0cf17 Remove redundant mcs status subcommands
  • 2e711c0 Update docs: remove references to deleted status subcommands

Released by GoReleaser.

v0.7.11

24 Dec 19:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 0ad24f8 chore(beads): commit untracked JSONL files
  • 081771e fix: Remove t.Parallel from tests that modify os.Stderr
  • 13cec54 refactor: Make cache path injectable for parallel tests
  • a0e469a refactor: Replace CLI globals with context-based CLIConfig struct

Released by GoReleaser.

v0.7.10

24 Dec 00:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 17d63e0 chore: Remove obsolete cyclop exclusion and TODO reference
  • 0376701 chore: Update dependencies
  • 5041ec2 feat: Enable 8 additional linters and fix type assertions

Released by GoReleaser.

v0.7.9

23 Dec 23:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • a8e2f96 chore: Enable cyclop, gochecknoglobals, godot, nestif, nlreturn linters
  • 146d885 refactor: Extract helper functions to reduce nestif complexity
  • 861b9da refactor: Reduce cyclomatic complexity and enable cyclop/gochecknoglobals

Released by GoReleaser.

v0.7.8

23 Dec 22:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • f506e91 chore: Enable dupl linter in golangci-lint config
  • 0baf55e refactor: Eliminate duplicate code flagged by dupl linter

Released by GoReleaser.

v0.7.7

23 Dec 18:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • c465187 fix: Remove t.Parallel() from time-sensitive TestFormatRelativeTime subtests
  • f7c442b perf: Reduce test timeout durations from 200ms to 50ms

Released by GoReleaser.

v0.7.6

23 Dec 17:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • d865015 chore: Add golangci-lint config with testifylint enabled
  • 9c8cc6e chore: Enhance golangci-lint config with additional linters
  • 53d7385 chore: Remove pinned golangci-lint version
  • 483bb4c fix: Use golangci-lint v2 in CI workflow
  • c25bf05 fix: Use golangci-lint-action@v9 with v2.7.2
  • 24150e4 fix: Use proper version format for golangci-lint v2.0
  • 41cfaa4 refactor: Apply testifylint fixes to test assertions
  • 7210947 refactor: Enable additional linters and fix issues
  • 429c21c refactor: Enable nolintlint, gochecknoinits, fix paralleltest
  • a71da68 refactor: Fix additional linter issues (thelper, wastedassign, perfsprint)

Released by GoReleaser.

v0.7.5

23 Dec 09:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • b47dade refactor: Remove redundant assertion messages from tests
  • be1138f refactor: Use specific testify assertions instead of True/False

Released by GoReleaser.

v0.7.4

23 Dec 08:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 148616e refactor: Apply additional testify assertion transformations

Released by GoReleaser.

v0.7.3

23 Dec 08:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 62b4c8f refactor: Replace t.Error/Fatal with testify assertions

Released by GoReleaser.