Skip to content

Commit 406928f

Browse files
Merge pull request #2 from ipdata/claude/rust-ipdata-sdk-maZSe
Claude/rust ipdata sdk ma z se
2 parents 1a8698a + 621943c commit 406928f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set version from git tag
17-
run: |
18-
VERSION="${GITHUB_REF_NAME#v}"
19-
echo "Publishing version: $VERSION"
20-
sed -i "s/^version = .*/version = \"$VERSION\"/" Cargo.toml
21-
2216
- uses: dtolnay/rust-toolchain@stable
2317

2418
- run: cargo test

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipdata"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Official Rust client for the ipdata.co IP geolocation and threat intelligence API"
66
license = "MIT"

0 commit comments

Comments
 (0)