Skip to content

Commit 586febf

Browse files
committed
refactor: Update repository URLs in configuration and changelog
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 467ac1a commit 586febf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ plugins:
6464
"@semantic-release/git",
6565
{ "assets": ["CHANGELOG.md", "Cargo.lock", "Cargo.toml"] },
6666
]
67-
repositoryUrl: "https://github.com/edenreich/inference-gateway-rust-sdk"
67+
repositoryUrl: "https://github.com/inference-gateway/rust-sdk"

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
## [0.1.2](https://github.com/edenreich/inference-gateway-rust-sdk/compare/0.1.1...0.1.2) (2025-01-20)
1+
## [0.1.2](https://github.com/inference-gateway/rust-sdk/compare/0.1.1...0.1.2) (2025-01-20)
22

33
### 👷 CI
44

5-
* Enhance GitHub release configuration with asset management and custom release name ([da054cf](https://github.com/edenreich/inference-gateway-rust-sdk/commit/da054cf30788d6179336307e4f957f6051ba5d44))
5+
- Enhance GitHub release configuration with asset management and custom release name ([da054cf](https://github.com/inference-gateway/rust-sdk/commit/da054cf30788d6179336307e4f957f6051ba5d44))
66

77
### 📚 Documentation
88

9-
* Keep it simple ([17d7b79](https://github.com/edenreich/inference-gateway-rust-sdk/commit/17d7b792201a3bfc735da913b60e3c23b7d0314c))
9+
- Keep it simple ([17d7b79](https://github.com/inference-gateway/rust-sdk/commit/17d7b792201a3bfc735da913b60e3c23b7d0314c))
1010

11-
## [0.1.1](https://github.com/edenreich/inference-gateway-rust-sdk/compare/0.1.0...0.1.1) (2025-01-20)
11+
## [0.1.1](https://github.com/inference-gateway/rust-sdk/compare/0.1.0...0.1.1) (2025-01-20)
1212

1313
### 👷 CI
1414

15-
* Reintroduce publish job in release workflow for crates.io and reverse the order ([734875b](https://github.com/edenreich/inference-gateway-rust-sdk/commit/734875bb64098c3e78be713d9da52a567a646482))
16-
* Remove initialVersion from release configuration ([50ec13c](https://github.com/edenreich/inference-gateway-rust-sdk/commit/50ec13c335ea895b52cb2a8c5942ed4998a0c15f))
17-
* Simplify semantic-release command in release workflow ([c973164](https://github.com/edenreich/inference-gateway-rust-sdk/commit/c97316421e5d05a0a2d6476169ba8f316bbff09e))
15+
- Reintroduce publish job in release workflow for crates.io and reverse the order ([734875b](https://github.com/inference-gateway/rust-sdk/commit/734875bb64098c3e78be713d9da52a567a646482))
16+
- Remove initialVersion from release configuration ([50ec13c](https://github.com/inference-gateway/rust-sdk/commit/50ec13c335ea895b52cb2a8c5942ed4998a0c15f))
17+
- Simplify semantic-release command in release workflow ([c973164](https://github.com/inference-gateway/rust-sdk/commit/c97316421e5d05a0a2d6476169ba8f316bbff09e))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Rust SDK for interacting with various language models through the
66
license = "MIT"
77
documentation = "https://docs.rs/inference-gateway-sdk"
88
homepage = "https://github.com/edenreich/inference-gateway"
9-
repository = "https://github.com/edenreich/inference-gateway-rust-sdk"
9+
repository = "https://github.com/inference-gateway/rust-sdk"
1010
readme = "README.md"
1111
keywords = ["ai", "llm", "inference", "sdk", "gateway"]
1212
categories = ["api-bindings", "web-programming::http-client"]

0 commit comments

Comments
 (0)