Skip to content

Commit

Permalink
Prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Nov 28, 2022
1 parent 5f7acae commit 5b37ea3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.2.0] - 2022-11-28

### Features

- Add an option -H, that follows symlinks when used as program arguments
- Add an option -L that follows symlinks

## [0.1.1] - 2022-11-16

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "dirdiff"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Arthur Carcano <[email protected]>"]
authors = ["Arthur Carcano <[email protected]>", "Mohamed Hernouf <[email protected]>"]
description = """Efficiently compute the differences between two directories."""
readme = "README.md"
repository = "https://github.com/OCamlPro/dirdiff"
Expand Down

0 comments on commit 5b37ea3

Please sign in to comment.