Skip to content

Commit 420e13b

Browse files
committed
updated Cargo.toml
1 parent f84e949 commit 420e13b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
### 18.05.2022
66

7-
- Updatd to Get_User_Agent 0.1.0
7+
### Updated
8+
9+
- This changelog
10+
- Updatd to Get_User_Agent 0.1.1
11+
- Updated Crate Name to `Get_User_Agent` in accordance with https://crates.io requirements.
12+
13+
14+
## `v0.1.1`
15+
16+
### 18.05.2022
17+
18+
- Updatd to User_Agent 0.1.0
819
- Improved upgrade code to be faster and more clean
920
- Immediately fail if rate limit error occured
1021

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "get_user_agent"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["TechfaneTechnologies <[email protected]>"]
6-
description = "get_user_agent is an easy to use rust CLI program and library for extracting the latest user agents of all browsers on Windows, Mac, Linux, Android, and iOS platforms."
6+
description = "Get_User_Agent is an easy to use rust CLI program and library for extracting the latest user agents of all browsers on Windows, Mac, Linux, Android, and iOS platforms."
77
repository = "https://github.com/TechfaneTechnologies/user_agent"
88
categories = ["command-line-utilities"]
99
readme = "README.md"

0 commit comments

Comments
 (0)