Skip to content

Commit

Permalink
Release: prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 25, 2021
1 parent 6225ebe commit 6a5bc8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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).

[1.0.0]
-------
## [1.0.1] - 2021-04-25
### Fixed
- Executable bits are now preserved in the release distributions for the console tool version

## [1.0.0] - 2021-04-25
This is the initial release of the program. It is available as a standalone tool or an MSBuild integration package.

### Added
Expand All @@ -15,3 +18,4 @@ This is the initial release of the program. It is available as a standalone tool
- Ability to save the output into a file or to the standard output

[1.0.0]: https://github.com/ForNeVeR/ChangelogAutomation/releases/tag/v1.0.0
[1.0.1]: https://github.com/ForNeVeR/ChangelogAutomation/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Package Properties">
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 6a5bc8f

Please sign in to comment.