1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 16:04:18 +03:00
Commit Graph

352 Commits

Author SHA1 Message Date
Antoine Gaudreau Simard
b8fb85220e
fix(changelog): ignore empty lines when using split_commits (#608) 2024-04-13 00:06:05 +03:00
Orhun Parmaksız
1d1b3b80e1
fix(parser): allow matching empty commit body (#605) 2024-04-12 13:58:06 +03:00
dependabot[bot]
c7001e9d13
chore(deps): bump reqwest from 0.11.27 to 0.12.3 (#592)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-04-11 13:53:44 +03:00
Orhun Parmaksız
d53ba6501e
chore(release): prepare for v2.2.1 2024-04-11 01:22:47 +03:00
Orhun Parmaksız
bd98caf953
chore(release): prepare for v2.2.0 2024-03-30 16:17:12 +03:00
Orhun Parmaksız
bfa73c60c3
chore(release): prepare for v2.2.0-rc.2 2024-03-30 14:05:17 +03:00
dependabot[bot]
07d9dafaee
chore(deps): bump tokio from 1.36.0 to 1.37.0 (#583)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-30 14:00:01 +03:00
dependabot[bot]
ce67185729
chore(deps): bump serde_json from 1.0.114 to 1.0.115 (#580)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 01:15:22 +03:00
dependabot[bot]
462c0e52da
chore(deps): bump indexmap from 2.2.5 to 2.2.6 (#578)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 13:37:05 +03:00
Orhun Parmaksız
322fdbad70
chore(release): prepare for v2.2.0-rc.1 2024-03-25 02:13:18 +03:00
Orhun Parmaksız
c535a01665
chore(release): prepare for v2.2.0-rc.0 2024-03-24 23:56:45 +03:00
Orhun Parmaksız
c5ef9ab291
fix(changelog): update the commit processing order (#556)
* fix(changelog): update the commit processing order

* chore(fixture): do not filter out unconventional commits for split fixture

* chore(changelog): do not filter unconventional if split_commits is true
2024-03-24 21:32:22 +01:00
Orhun Parmaksız
4971b236ac
fix(commit): trim the text before matching with commit parser (#573) 2024-03-24 15:30:06 +01:00
Orhun Parmaksız
9eb3d65945
feat(config): support detecting config from project manifest (#571)
* feat(config): support detecting config from project manifest

* refactor: apply clippy suggestions

* test(fixture): add fixture for configuring from Cargo.toml
2024-03-23 15:31:58 +01:00
dependabot[bot]
566d9f36b5
chore(deps): bump git2 from 0.18.2 to 0.18.3 (#562)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.2 to 0.18.3.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 11:41:45 +01:00
dependabot[bot]
24c6fe56a2
chore(deps): bump reqwest from 0.11.26 to 0.11.27 (#561)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.11.27.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 11:41:19 +01:00
dependabot[bot]
69e17b1c3a
chore(deps): bump toml from 0.8.11 to 0.8.12 (#560)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.11 to 0.8.12.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.11...toml-v0.8.12)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 10:14:56 +01:00
dependabot[bot]
8a45f83bc6
chore(deps): bump reqwest-middleware from 0.2.4 to 0.2.5 (#558)
Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.2.4 to 0.2.5.
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits)

---
updated-dependencies:
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 11:36:10 +01:00
Orhun Parmaksız
7ee3c860af
feat(changelog): make rendering errors more verbose
closes #542
2024-03-13 21:04:09 +03:00
dependabot[bot]
5f2d0f04fe
chore(deps): bump reqwest from 0.11.25 to 0.11.26 (#552)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.26.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.11.26)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 09:55:33 +01:00
dependabot[bot]
d14d539a89
chore(deps): bump thiserror from 1.0.57 to 1.0.58 (#551)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 09:55:19 +01:00
dependabot[bot]
078a6acc5c
chore(deps): bump next_version from 0.2.14 to 0.2.15 (#550)
Bumps [next_version](https://github.com/MarcoIeni/release-plz) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/MarcoIeni/release-plz/releases)
- [Changelog](https://github.com/MarcoIeni/release-plz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MarcoIeni/release-plz/compare/next_version-v0.2.14...next_version-v0.2.15)

---
updated-dependencies:
- dependency-name: next_version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:02:09 +01:00
dependabot[bot]
62198d0f4a
chore(deps): bump toml from 0.8.10 to 0.8.11 (#549)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:01:43 +01:00
Jarosław Surkont
152414cb81
feat(release): make the bump version rules configurable (#530)
closes #447

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-03-11 14:08:07 +01:00
Orhun Parmaksız
45c87f2f30
fix(changelog): return the last version if there is nothing to bump
fixes #533
2024-03-09 00:33:37 +01:00
dependabot[bot]
d0c9d3b97f
chore(deps): bump reqwest from 0.11.24 to 0.11.25 (#547)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.25.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.25)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 23:34:20 +01:00
Daniel Carr
9722784396
fix(command): add missing environment variables for Windows (#532) 2024-03-04 19:20:43 +01:00
Orhun Parmaksız
d7689625ad
chore(release): prepare for v2.1.2 2024-03-03 23:46:27 +03:00
Orhun Parmaksız
327b4d625e
chore(release): prepare for v2.1.1 2024-03-03 23:08:12 +03:00
Orhun Parmaksız
67dfbbc952
chore(release): prepare for v2.1.0 2024-03-03 22:56:15 +03:00
Orhun Parmaksız
8dfd9e4f79
chore(release): prepare for v2.1.0-rc.1 2024-03-03 22:31:26 +03:00
Orhun Parmaksız
42180437c7
chore(release): prepare for v2.1.0-rc.0 2024-03-02 21:08:44 +03:00
dependabot[bot]
bb5664f85f
chore(deps): bump indexmap from 2.2.3 to 2.2.5 (#524)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.2.5.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.2.5)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 09:19:24 +01:00
Orhun Parmaksız
ba83c8ae71
style(website): use a short link for reporting issues 2024-02-29 18:52:45 +03:00
dependabot[bot]
4508d4d7a6
chore(deps): bump rust-embed from 8.2.0 to 8.3.0 (#516)
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.2.0 to 8.3.0.
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 19:49:43 +01:00
dependabot[bot]
87a4d7bc29
chore(deps): bump next_version from 0.2.13 to 0.2.14 (#517)
Bumps [next_version](https://github.com/MarcoIeni/release-plz) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/MarcoIeni/release-plz/releases)
- [Changelog](https://github.com/MarcoIeni/release-plz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MarcoIeni/release-plz/compare/next_version-v0.2.13...next_version-v0.2.14)

---
updated-dependencies:
- dependency-name: next_version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 19:46:24 +01:00
Orhun Parmaksız
2a58b32a70
chore(release): prepare for v2.0.4 2024-02-22 23:21:15 +03:00
Orhun Parmaksız
819969924b
feat(github): support overriding the GitHub API URL (#512)
via `GITHUB_API_URL`
2024-02-22 20:36:00 +01:00
Orhun Parmaksız
bbe8d461ff
chore(release): prepare for v2.0.3 2024-02-21 16:04:17 +03:00
dependabot[bot]
65285ab08c
chore(deps): bump serde from 1.0.196 to 1.0.197 (#506)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 12:28:50 +01:00
dependabot[bot]
893298ca05
chore(deps): bump serde_json from 1.0.113 to 1.0.114 (#507)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 12:27:19 +01:00
dependabot[bot]
e5a5f21e64
chore(deps): bump semver from 1.0.21 to 1.0.22 (#505)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.21...1.0.22)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 12:26:16 +01:00
Orhun Parmaksız
a3167f7a4f
chore(release): prepare for v2.0.2 2024-02-19 15:40:34 +03:00
Orhun Parmaksız
6e7dbe35a9
chore(release): prepare for v2.0.1 2024-02-19 14:41:08 +03:00
Orhun Parmaksız
ae5f67f2be
chore(release): prepare for v2.0.0 2024-02-19 14:07:15 +03:00
Orhun Parmaksız
b23dd3e3b9
refactor(clippy): apply clippy suggestions 2024-02-19 14:02:24 +03:00
Orhun Parmaksız
a3659352d8
chore(release): prepare for v2.0.0-rc.2 2024-02-18 16:53:30 +03:00
Orhun Parmaksız
b7b3ec1f1a
chore(release): prepare for v2.0.0-rc.1 2024-02-18 13:49:16 +03:00
Orhun Parmaksız
9e6bad28db
chore(project): add readme to core package 2024-02-18 13:47:22 +03:00
Orhun Parmaksız
7754cab1c8
chore(embed): do not allow missing docs 2024-02-18 13:37:35 +03:00