dn-cli 0.1.3

A simple, minimal, and flexible command line utility for organising plaintext files.
Documentation
<!--
SPDX-FileCopyrightText: 2024 Matthew Mark Ibbetson
SPDX-FileContributor: Matthew Mark Ibbetson

SPDX-License-Identifier: GPL-3.0-or-later
-->

# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

### Changed

## [0.1.3] - 2025-02-14

### Fixed

- Various versioning inconsistencies across configuration and CLI definitions

## [0.1.2] - 2025-02-13

### Added

- default.nix package definition
- Nix install section to README.md

### Changed

- Moved changelog to more discoverable place in repo root

### Fixed

- Genericised justfile manpages command

## [0.1.1] - 2025-02-12

### Added

- docs.rs documentation for the binary project
- Templates documentation
- Example shell functions & aliases documentation

### Fixed

- Identifiers not regenerating when renaming with regenerate flag

## [0.1.0] - 2025-02-11

### Added

- Initial release

[0.1.3]: https://crates.io/crates/dn-cli/0.1.3
[0.1.2]: https://crates.io/crates/dn-cli/0.1.2
[0.1.1]: https://crates.io/crates/dn-cli/0.1.1
[0.1.0]: https://crates.io/crates/dn-cli/0.1.0