Skip to content

Commit

Permalink
chore(release): prepare for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Jul 13, 2024
1 parent 4f35d95 commit be7274c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

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

## [5.0.0] - 2024-07-13

### Features

- *(mupdf)* All in mupdf-rs

## [4.0.1] - 2023-08-13

### Miscellaneous Tasks

- *(readme)* Install `dagtoc-bin` via paru is not universal at present

## [4.0.0] - 2023-08-13

### Refactor

- *(RIIR)* Use `mupdf-rs` and `pymupdf` together; use KDL as TOC format

## [3.0.0] - 2022-07-05

## [2.0.0] - 2022-02-10

## [1.0.0] - 2021-10-01

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dagtoc"
version = "4.0.1"
version = "5.0.0"
authors = ["Collide <[email protected]>"]
edition = "2021"
categories = ["command-line-utilities"]
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Install via *cargo*:

```bash
$ cargo install dagtoc
$ cargo install --git https://github.com/TD-Sky/dagtoc.git
```

### Archlinux
Expand All @@ -26,6 +26,12 @@
$ paru -S dagtoc
```

- Or install binary:

```bash
$ paru -S dagtoc-bin
```



## Usage
Expand Down

0 comments on commit be7274c

Please sign in to comment.