Skip to content

Commit

Permalink
Prepare release v0.3.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGuzmanSierra authored Apr 16, 2024
1 parent 3480343 commit 01bbb21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0 (16.04.2024)
- [Rename the Fetcher to Read](https://github.com/kommitters/bas/issues/13)
- [Rename the Mapper to Serialize](https://github.com/kommitters/bas/issues/14)
- [Rename the Dispatcher to Process](https://github.com/kommitters/bas/issues/15)
- [Add the Writer Component](https://github.com/kommitters/bas/issues/16)

## 0.2.0 (04.04.2024)
- [Add a GitHub fetcher component](https://github.com/kommitters/bas/issues/6)
- [Allow daily hours pto for more than one day pto](https://github.com/kommitters/bas/issues/8)
Expand Down
2 changes: 1 addition & 1 deletion lib/bas/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Bas
# Gem version
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 01bbb21

Please sign in to comment.