Skip to content

Commit

Permalink
prepare for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Feb 3, 2024
1 parent ca9fbb9 commit 8add29d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file.

## v0.1.0 - 2024-02-03

### Highlights

- switching to `rustls` as the default TLS backend
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "radar-rs"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
version = "0.0.2"
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bgpkit/radar-rs"
documentation = "https://docs.rs/radar-rs"
description = """
A unofficial library to access Cloudflare Radar data via CF API.
A unofficial library to access Cloudflare Radar data via Cloudflare API.
"""
keywords = ["cloudflare", "radar", "bgp"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
radar-rs = "0.0.2"
radar-rs = "0.1"
```

Add your API token to the environment variable `CF_API_TOKEN`.
Expand Down

0 comments on commit 8add29d

Please sign in to comment.