Skip to content

Commit

Permalink
🔖 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Jul 25, 2021
1 parent 63f1ab5 commit 041ac1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [0.2.0] - 2021-07-25

### Added

Expand Down Expand Up @@ -99,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Supports glob patterns
- If you store them under a `chrome` directory, you can use `copy from: chrome/` so that they don't get copied to `<profile directory>/chrome/chrome`

[Unreleased]: https://github.com/ewen-lbh/ffcss/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/ewen-lbh/ffcss/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/ewen-lbh/ffcss/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/ewen-lbh/ffcss/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/ewen-lbh/ffcss/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ewen-lbh/ffcss/releases/tag/v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions ffcss.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Options:
`

VersionMajor = 0
VersionMinor = 1
VersionPatch = 2
VersionMinor = 2
VersionPatch = 0
)

var (
Expand Down

0 comments on commit 041ac1a

Please sign in to comment.