Skip to content

Commit a2bd345

Browse files
committed
Adjusting changelogs prior to release of include-graph v1.2.2
1 parent 5a28711 commit a2bd345

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
1.2.1 (2024-03-18)
8+
1.2.2 (2024-03-18)
99

1010
# Commit Statistics
1111

1212
<csr-read-only-do-not-edit/>
1313

14-
- 29 commits contributed to the release over the course of 19 calendar days.
14+
- 31 commits contributed to the release over the course of 19 calendar days.
1515
- 19 days passed between releases.
1616
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1717
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
<details><summary>view details</summary>
2424

2525
* **Uncategorized**
26+
- Add additional warning for invalid compiledb (this caught me several times). Set default log level to warn. ([`5a28711`](https://github.com/andy31415/igraph/commit/5a28711b1ce8167918f2d55ebb8212148bcf2f89))
27+
- Adjusting changelogs prior to release of include-graph v1.2.1 ([`bb6eed2`](https://github.com/andy31415/igraph/commit/bb6eed23f93f002151dccb30f4460d2cbe72df80))
2628
- Create examples subdir and provide some png to make the readme look pretty ([`8100eae`](https://github.com/andy31415/igraph/commit/8100eae3abd6ba27c49da163cb7b35a44a73d2f5))
2729
- Adjusting changelogs prior to release of include-graph v1.2.0 ([`24181e3`](https://github.com/andy31415/igraph/commit/24181e3d5df48baaf14a5de45fb443701ce112ce))
2830
- Add more debug capabilities for compiledb, make the compiledb load more clear ([`cc5084c`](https://github.com/andy31415/igraph/commit/cc5084c8d991b4a0532ab8e7cd5499de064fecf4))
@@ -54,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456
- Adjusting changelogs prior to release of include-graph v1.0.7 ([`e555836`](https://github.com/andy31415/igraph/commit/e555836439e655d2d38b516fa2e4bca1c7c3387f))
5557
</details>
5658

59+
1.2.1 (2024-03-18)
60+
5761
1.2.0 (2024-03-18)
5862

5963
1.1.1 (2024-03-02)

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 = "include-graph"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55
authors = ["Andrei Litvin"]
66
description = "Generates dot graph descriptions of c/c++ include dependencies."

0 commit comments

Comments
 (0)