-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cog-bot
committed
Aug 3, 2024
1 parent
0d719d4
commit 030b7b0
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## v0.11.0 - 2024-08-03 | ||
#### Bug Fixes | ||
- Add reasons to why we allowing some lints - (3af16ed) - Billie Thompson | ||
- Bump versions - (49e072d) - Billie Thompson | ||
#### Build system | ||
- Disable warning that is only in stable - (4082a20) - Billie Thompson | ||
#### Continuous Integration | ||
- use binstall for faster releases - (0d719d4) - Billie Thompson | ||
- do if in other steps - (ccfdea8) - Billie Thompson | ||
- tidy lines - (3252feb) - Billie Thompson | ||
- Add renovate.json - (6820efe) - renovate[bot] | ||
- Switch to cog - (3fdb2b6) - Billie Thompson | ||
#### Documentation | ||
- format readme - (bca5d12) - Billie Thompson | ||
#### Features | ||
- Also list local IP addresses - (69f3d8a) - Billie Thompson | ||
#### Refactoring | ||
- Tidy wan ip switch - (d5b1fc7) - Billie Thompson | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "whatismyip" | ||
version = "0.10.42" | ||
version = "0.11.0" | ||
authors = ["Billie Thompson <[email protected]>"] | ||
edition = "2018" | ||
license = "CC0-1.0" | ||
|