Skip to content

Commit 02c9ad3

Browse files
committed
feat: v0.2.0
1 parent ff9f767 commit 02c9ad3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.2.0 - 4 June 2025
2+
3+
- Removed establishment date for some countries, as certain countries may have multiple establishment dates / no certain establishment date
4+
- No longer requires `nightly` Rust (can be built with Stable)
5+
- Updated country data
6+
17
# v0.1.9 - 7 March 2025
28

39
- Use `,` instead of `OR` as a separator in `--list-countries`

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "countryfetch"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
edition = "2024"
55
repository = "https://github.com/nik-rev/countryfetch"
66
homepage = "https://github.com/nik-rev/countryfetch"

0 commit comments

Comments
 (0)