Skip to content

Releases: school-Tygo-van-den-Hurk/template

v0.12.0

01 Oct 15:04
v0.12.0

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

30 May 17:50
v0.11.0
022ef1f

Choose a tag to compare

These are the release notes for v0.11.0:

Features

Bug Fixes

Documentation

Previous Release

You can see the full changelog, all releases, or the previous release (v0.10.1) on GitHub.

Contributors

A big thanks to all contributors who helped with this release: @Tygo-van-den-Hurk

v0.10.1

28 May 13:58
v0.10.1
abd765b

Choose a tag to compare

These are the release notes for v0.10.1:

Bug Fixes

Documentation

Previous Release

You can see the full changelog, all releases, or the previous release (v0.10.0) on GitHub.

Contributors

A big thanks to all contributors who helped with this release: @Tygo-van-den-Hurk

v0.10.0

13 May 15:33
v0.10.0
112d5f2

Choose a tag to compare

These are the release notes for v0.10.0:

Features

Bug Fixes

Documentation

Previous Release

You can see the full changelog, all releases, or the previous release (v0.9.0) on GitHub.

Contributors

A big thanks to all contributors who helped with this release: @Tygo-van-den-Hurk

v0.9.0

11 May 15:29
v0.9.0
5aebe90

Choose a tag to compare

These are the release notes for v0.9.0:

Features

Bug Fixes

Previous Release

You can see the full changelog, all releases, or the previous release (v0.8.0) on GitHub.

Contributors

A big thanks to all contributors who helped with this release: @Tygo-van-den-Hurk

v0.8.0

10 May 20:19
v0.8.0
e521110

Choose a tag to compare

Added a lot of new pre-commit checks. The following checks were added:

  • name: no-commit-to-branch
    description: Disallow committing to certain branch/branches.
  • name: flake-checker
    description: Run health checks on your flake-powered Nix projects.
  • name: check-shebang-scripts-are-executable
    description: Ensure that all (non-binary) files with a shebang are executable
  • name: detect-private-keys
    description: Detect the presence of private keys.
  • name: check-symlinks
    description: Checks for broken symlinks in the repository.
  • name: gitlint
    description: Linting for your git commit messages

The following checks were not added:

  • name: lychee
    description: Checks for broken links in Markdown files.
    because: (is broken) checking links is not possible in the sandbox.
  • name: editorconfig-checker
    description: Verify that the files are in harmony with the .editorconfig.
    because: (is clunky) might cause formatters to fight

v0.7.1

10 May 18:42
v0.7.1
0b6df1a

Choose a tag to compare

Changed markdown checker to mdformat as that's also what nix fmt uses.

v0.7.0

10 May 18:29
v0.7.0
0a63206

Choose a tag to compare

Added some more pre-commit hooks. This is not limited to:

  • A spell checker,
  • shebang checker,
  • binary commit checker,
  • and markdown checker.

with options for more in the future.

v0.6.4

07 May 07:21
v0.6.4
352bbc1

Choose a tag to compare

Added workflows if a lock files changes. currently supported:

  • cargo.lock
  • package-lock.json
  • flake.lock

v0.6.3

06 May 20:06
v0.6.3
ef5241e

Choose a tag to compare

Added CODEOWNERS file with me owning all nix files by default. Can be extended to meet the actual ownership specifications.