Skip to content

Commit afbdd49

Browse files
committed
chore: update links
1 parent f9dc4ce commit afbdd49

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "nodejs-semver"
33
version = "2.1.1-alpha.0"
4-
authors = ["Felipe Sere <[email protected]>", "Kat Marchán <[email protected]>"]
4+
authors = ["cijiugechu <[email protected]>", "Felipe Sere <[email protected]>", "Kat Marchán <[email protected]>"]
55
description = "A node-semver compliant semver implementation in Rust."
6-
repository = "https://github.com/felipesere/node-semver-rs"
7-
documentation = "https://docs.rs/node-semver"
6+
repository = "https://github.com/cijiugechu/nodejs-semver"
7+
documentation = "https://docs.rs/nodejs-semver"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
edition = "2021"

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ purpose be included on the same "printed page" as the copyright notice for easie
202202
identification within third-party archives.
203203

204204
Copyright [2021] Felipe Seré and Kat Marchán
205+
Copyright [2023] cijiugechu
205206

206207
Licensed under the Apache License, Version 2.0 (the "License");
207208

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and does its best to stay compatible with `node-semver`.
1111
It also supports [`serde`](https://crates.io/crates/serde) serialization,
1212
converting versions and ranges to strings.
1313

14+
This project has been forked from [node-semver](https://github.com/felipesere/node-semver-rs) since September of 2023, but a lot has changed.
15+
1416
## Usage
1517

1618
`nodejs-semver` includes two main types: [Version] and [Range]. See [the

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[changelog]
44
# changelog header
55
header = """
6-
# `node-semver` Release Changelog
6+
# `nodejs-semver` Release Changelog
77
88
"""
99

@@ -20,7 +20,7 @@ body = """
2020
### {{ group | upper_first }}
2121
{% for commit in commits %}
2222
{% if commit.scope %}\
23-
* **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](https://github.com/felipesere/node-semver-rs/commit/{{ commit.id }}))
23+
* **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](https://github.com/cijiugechu/nodejs-semver-rs/commit/{{ commit.id }}))
2424
{%- if commit.breaking %}
2525
* **BREAKING CHANGE**: {{ commit.breaking_description }}
2626
{%- endif %}\

0 commit comments

Comments
 (0)