Skip to content

Releases: daynin/monk

v0.2.1

22 Apr 12:34
Compare
Choose a tag to compare

📦 Release v0.2.1 — 2025-04-22

This release includes foundational improvements for project governance, security, CI automation, and dependency management.


✨ Features

  • Backup & uninstall for hooks
    Hooks installed by monk can now be safely uninstalled, and existing hooks will be backed up before changes.
    ad2648b

  • init function added
    Introduced an init function to simplify setup workflows.
    326eeca

  • Dependabot integration
    Dependabot support has been added to keep dependencies up to date automatically.
    72c6332

  • Hook installation script improvements
    Improved installation script logic and formatting.
    84068fe
    b520652

  • Project structure
    Code has been cleanly separated into a library and a binary for better modularity.
    5c69b59


🛠️ Improvements

  • Updated .gitignore, Nix files, and flake config.
    c7918f2, 2a2a26c

  • Removed redundant Dependabot config.
    2a14f97

  • Documentation updates, typo fixes, and README improvements.
    c7e5231
    f1fee8a
    c4d70bf

  • Security and project hygiene files added:

    • SECURITY.md
    • CONTRIBUTING.md
    • CODEOWNERS
    • scorecard.yml
    • dependabot.yml
    • GitHub Actions workflow files

🔒 Security

  • Added SECURITY.md with responsible disclosure instructions.
    Create SECURITY.md

  • Permissions for GitHub workflows restricted to read-all.
    1cd1a5d

Full Changelog: https://github.com/daynin/monk/commits/v0.2.1