Skip to content

Commit

Permalink
add v prefix to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
76creates committed Feb 27, 2022
1 parent 070a697 commit c455fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [1.2](https://github.com/76creates/stickers/compare/v1.1...v1.2) (2022-02-27)
## [v1.2](https://github.com/76creates/stickers/compare/v1.1...v1.2) (2022-02-27)
### Features
* Filterin is now availible for `Table` and `TableSingleType` using new methods:
* `UnsetFilter` remove filtering
Expand All @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
* Added filter info to the status box
* Header rendering of sorting and filtering symbols is improved

## [1.1](https://github.com/76creates/stickers/compare/v1.0...v1.1) (2022-02-26)
## [v1.1](https://github.com/76creates/stickers/compare/v1.0...v1.1) (2022-02-26)
### ⚠ BREAKING CHANGES
* Refactored `Table` to support sorting, some methods have changed most notably revolving around adding rows since now its taking [][]any instead of [][]string, initial `Table` is now closer to `TableSingleType[string]`
* Stickers now uses generics, so go1.18 is mandatory
Expand Down

0 comments on commit c455fb7

Please sign in to comment.