Skip to content

Commit

Permalink
Update changelog for version v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
76creates committed Oct 21, 2024
1 parent 3d97911 commit 15fbe04
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.
## [v1.4.1] (draft)
## [v1.4.1](https://github.com/76creates/stickers/compare/v1.4.0...v1.4.1) (2024-10-21)
### Features
- Added `OrderByAsc` and `OrderByDesc` methods to `Table` #12 @drmille2
### Deprecations
- `OrderByColumn` is deprecated by `OrderByAsc` and `OrderByDesc` methods. #12 @drmille2
### Updates
- Updated Go to version `1.23`
### Dependencies
- Updated `github.com/charmbracelet/lipgloss` to `v0.13.0`
- Updated `github.com/charmbracelet/bubbletea` to `v1.1.1`
- Updated `github.com/gocarina/gocsv` to `78e41c74b4b1`
- Updated `github.com/gocarina/gocsv` to `78e41c74b4b1`

## [v1.4.0] (https://github.com/76creates/stickers/compare/v1.3.0...v1.4.0) (2024-09-11)
## [v1.4.0](https://github.com/76creates/stickers/compare/v1.3.0...v1.4.0) (2024-09-11)
### ⚠ BREAKING CHANGES
- Moved `flexbox` and `table` into separate packages, `github.com/76creates/stickers/flexbox` and `github.com/76creates/stickers/table` respectively. #10 @jon4hz
### Fixes
Expand Down

0 comments on commit 15fbe04

Please sign in to comment.