Skip to content

Commit b2a4df6

Browse files
committed
Add changelog
1 parent 787db42 commit b2a4df6

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.2.0 - 2026-02-21
9+
### Fixed
10+
- Ignore corrupt metadata from the Maven Central.
11+
12+
## 0.1.0 - 2026-02-16
13+
### Added
14+
- First release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itdepends"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Formatting dependencies generated by Java build tools"
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Options:
2727

2828
```shell
2929
cd /path/to/your/project
30+
# Installs your products into local repository
31+
mvn install
3032
mvn org.apache.maven.plugins:maven-dependency-plugin:3.10.0:tree '-DoutputType=json' '-DoutputFile=deps-tree.json'
3133
itdepends -b maven deps-tree.json
3234
```

0 commit comments

Comments
 (0)