Skip to content

Commit 75a5d70

Browse files
authored
Merge pull request #21 from javierav/prepare-release
2 parents 36ee0d6 + 49ba85f commit 75a5d70

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Unreleased
2+
3+
## 0.0.8 (2024-10-24)
24
- Deprecate usage of positional arguments ([#12](https://github.com/avo-hq/class_variants/pull/12))
35
- Deprecate compoundVariants in favor of compound_variants ([#20](https://github.com/avo-hq/class_variants/pull/20))
46

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
class_variants (0.0.7)
4+
class_variants (0.0.8)
55

66
GEM
77
remote: https://rubygems.org/

lib/class_variants/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClassVariants
2-
VERSION = "0.0.7".freeze
2+
VERSION = "0.0.8".freeze
33
end

0 commit comments

Comments
 (0)