Skip to content

Commit 59a8af2

Browse files
committed
Updates version and changelog
1 parent 93a0610 commit 59a8af2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
## [0.1.0] - 2024-03-01
44

55
- Initial release
6+
7+
## [0.2.0] - 2024-03-06
8+
9+
- Chose to move away from daisyUI dropdown defaults as they have problems
10+
displaying properly in too many situations
11+
- Opted for using a protos-stimulus controller that uses tippy.js

lib/protos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Protos
4-
VERSION = "0.1.2"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)