Skip to content

Latest commit

 

History

History
101 lines (60 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

101 lines (60 loc) · 4.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is inspired by Keep a Changelog 1.0.0.

The versions follow the rules of Semantic Versioning 2.0.0.

[Unreleased]

Full Changes

v0.4.1 (2023-02-26 19:14:48 +08:00)

Full Changes

Bug Fixes

  • OUTPUT can be relative path for bin/makefile-utils (943b6ef)

v0.4.0 (2023-02-26 19:01:16 +08:00)

Full Changes

Breaking Changes

Have 1 breaking changes. Check below logs with ⚠️ .

New Features

  • add "make init" && add bin/makefile-utils (d953926)

Bug Fixes

  • ⚠️ md-check-links: remove LYCHEE_OPTS && support GITHUB_TOKEN (712ad61)

    You should use lychee.toml and .lycheeignore files.

    Breaking Change:

    • LYCHEE_OPTS not supported
  • md-check-links: use --exclude-path not --exclude && add --exclude-all-private option (e45a03b)

Document Changes

v0.3.0 (2023-02-24 09:47:52 +08:00)

Full Changes

New Features

  • add target "md-check-links" (d3d9221)

Bug Fixes

  • changelog: change the changelog template (1f73805)

Document Changes

v0.2.0 (2023-02-22 23:08:58 +08:00)

Full Changes

New Features

  • add target "make CHANGELOG NEXT_VERSION=0.0.0" (11d6acb)
  • help: support @hide to hide the target (11c187a)

Bug Fixes

  • help: ignore variable assignment like "var:=value" (2d4836c)
  • help: ignore special builtin targets (946da3c)
  • help: target matching regex should contain "/" and "." && ignore .PHONY target (bc2c9fc)
  • semver: fetch git tag should filter with "v*.." && add target: GIT_VERSION (7ce8d50)
    • remove target scope variables
    • do not use target scope variables in ifeq

Document Changes

v0.1.0 (2023-02-20 21:25:26 +08:00)