-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
5 changed files
with
62 additions
and
47 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 |
---|---|---|
@@ -1,19 +1,30 @@ | ||
# Changelog | ||
|
||
## [0.0.2] - 2019-03-02 | ||
|
||
- Add README.md ([`87d7873`](https://github.com/axllent/goiplookup/commit/87d787309a5fbbea172f5b9c3bfd77a78042efba)) | ||
- Use `db-update` for update flag ([`f5d0b1c`](https://github.com/axllent/goiplookup/commit/f5d0b1ceda54cb7760da9905831f1145b0e02915)) | ||
- Fix typo ([`f0feace`](https://github.com/axllent/goiplookup/commit/f0feace55ac33d8eba26d8979aab973b1205cd6e)) | ||
- Ignore compressed releases ([`87a9100`](https://github.com/axllent/goiplookup/commit/87a910028dd9046474e9754f7ec3f803ca6dc2b4)) | ||
|
||
## [0.0.1] - 2019-03-02 | ||
|
||
- Rename to goiplookup ([`3f213b0`](https://github.com/axllent/goiplookup/commit/3f213b09532d5bfa3f69cb091bd129200d4cef9d)) | ||
- Add database update functionality ([`eea4e87`](https://github.com/axllent/goiplookup/commit/eea4e87033d13c5f6b140f82db2a9eb28e430fde)) | ||
- Tidy code and basic versioning ([`1ac5154`](https://github.com/axllent/goiplookup/commit/1ac51546103ea61299688e7392fbe57e71ad5340)) | ||
- Return IP Address not found ([`adb7a10`](https://github.com/axllent/goiplookup/commit/adb7a1044a1e4226881831358e0024bb49742f2b)) | ||
- Update build script to use tags ([`675ff4c`](https://github.com/axllent/goiplookup/commit/675ff4c05719fedb8ee35f3caa6b98b858467d60)) | ||
- Strip binary ([`ecf4260`](https://github.com/axllent/goiplookup/commit/ecf426092fbd860cb3565a1abce37821bc8e6fb9)) | ||
- Usage to include hostname ([`abce859`](https://github.com/axllent/goiplookup/commit/abce85954c0cba6d9916f5f29728e261dc9ca884)) | ||
- Fix debug info ([`a9d0668`](https://github.com/axllent/goiplookup/commit/a9d0668b7801408fe98a265d8873aa53a8f6645b)) | ||
## [0.0.4] | ||
|
||
- Fix bug whereby executable path wasn't detected on `self-update` | ||
|
||
|
||
## [0.0.3] | ||
|
||
- Split project into multiple files | ||
- Add self-updater, `-v` will return current version plus latest if there is an update | ||
- Support for darwin (Mac) | ||
- Release multiple OS binaries | ||
|
||
|
||
## [0.0.2] | ||
|
||
- Add README.md | ||
- Use `db-update` for update flag | ||
|
||
|
||
## [0.0.1] | ||
|
||
- Rename to goiplookup | ||
- Add database update functionality | ||
- Tidy code and basic versioning | ||
- Return IP Address not found | ||
- Update build script to use tags | ||
- Usage to include hostname | ||
- Fix debug info |
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
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
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
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