-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from atc0005/add-changelog-for-v0.1.0-release
Add CHANGELOG for v0.1.0 release
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 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,52 @@ | ||
# Changelog | ||
|
||
## Overview | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a | ||
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
Please [open an issue](https://github.com/atc0005/safelinks/issues) for any | ||
deviations that you spot; I'm still learning!. | ||
|
||
## Types of changes | ||
|
||
The following types of changes will be recorded in this file: | ||
|
||
- `Added` for new features. | ||
- `Changed` for changes in existing functionality. | ||
- `Deprecated` for soon-to-be removed features. | ||
- `Removed` for now removed features. | ||
- `Fixed` for any bug fixes. | ||
- `Security` in case of vulnerabilities. | ||
|
||
## [Unreleased] | ||
|
||
- placeholder | ||
|
||
## [v0.1.0] - 2022-12-16 | ||
|
||
### Overview | ||
|
||
- Initial release | ||
- built using Go 1.19.4 | ||
- Statically linked | ||
- Windows (x86, x64) | ||
- Linux (x86, x64) | ||
|
||
### Added | ||
|
||
Initial release! | ||
|
||
This release provides an early release version of one new tool: | ||
|
||
| Tool Name | Overall Status | Description | | ||
| --------- | -------------- | --------------------------------------------------- | | ||
| `usl` | Alpha | Small CLI tool for decoding a given Safe Links URL. | | ||
|
||
See the project README for additional details. | ||
|
||
[Unreleased]: https://github.com/atc0005/safelinks/compare/v0.1.0...HEAD | ||
[v0.1.0]: https://github.com/atc0005/safelinks/releases/tag/v0.1.0 |