Skip to content

Commit ce61ed3

Browse files
authored
Merge pull request #11 from Polymarket/suhail/fix-repo-url
chore(release): 0.5.1 - fix repository URL
2 parents ada1a20 + 6a07285 commit ce61ed3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ for contributions and help you get set up.
55

66
## Steps to get started
77

8-
1. Fork `Polymarket/rs-clob-client`
8+
1. Fork `Polymarket/rs-clob-client-v2`
99
1. Clone your fork
1010
1. Install [pre-commit](https://pre-commit.com/#intro)
11-
1. Open pull requests with the [wip](https://github.com/Polymarket/rs-clob-client/issues/labels?q=label%3Awip) label
11+
1. Open pull requests with the [wip](https://github.com/Polymarket/rs-clob-client-v2/issues/labels?q=label%3Awip) label
1212
against the `main` branch and include a description of the intended change in the PR description.
1313

1414
Before removing the `wip` label and submitting a PR for review, make sure that:

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "polymarket_client_sdk_v2"
33
description = "Polymarket CLOB (Central Limit Order Book) API client SDK"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = [
66
"Polymarket Engineering <engineering@polymarket.com>",
77
"Chaz Byrnes <chaz@polymarket.com>",
88
]
99
readme = "README.md"
10-
repository = "https://github.com/polymarket/rs-clob-client"
10+
repository = "https://github.com/Polymarket/rs-clob-client-v2"
1111
license = "MIT"
1212
keywords = ["polymarket", "clob", "orderbook", "trading", "prediction-market"]
1313
categories = [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Polymarket Rust Client
44

55
[![Crates.io](https://img.shields.io/crates/v/polymarket_client_sdk_v2.svg)](https://crates.io/crates/polymarket_client_sdk_v2)
6-
[![CI](https://github.com/Polymarket/rs-clob-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Polymarket/rs-clob-client/actions/workflows/ci.yml)
7-
[![codecov](https://codecov.io/gh/Polymarket/rs-clob-client/graph/badge.svg?token=FW1BYWWFJ2)](https://codecov.io/gh/Polymarket/rs-clob-client)
6+
[![CI](https://github.com/Polymarket/rs-clob-client-v2/actions/workflows/ci.yml/badge.svg)](https://github.com/Polymarket/rs-clob-client-v2/actions/workflows/ci.yml)
7+
[![codecov](https://codecov.io/gh/Polymarket/rs-clob-client-v2/graph/badge.svg?token=FW1BYWWFJ2)](https://codecov.io/gh/Polymarket/rs-clob-client-v2)
88

99
An ergonomic Rust client for interacting with Polymarket services, primarily the Central Limit Order Book (CLOB).
1010
This crate provides strongly typed request builders, authenticated endpoints, `alloy` support and more.

0 commit comments

Comments
 (0)