Skip to content

Commit 8f33c4f

Browse files
committed
version bump to v2.0.32
1 parent 6bf95b3 commit 8f33c4f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## next / unreleased
1+
## v2.0.32 / 2023-10-27
22

33
* Update to [Tailwind CSS v3.3.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) from v3.3.3 by @flavorjones
44
* Also see [v3.3.4 release notes](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.4)
5+
* Restore support for Ruby 2.7, broken in v2.0.31, by explicitly setting `required_rubygems_version = ">= 3.2.0"`. (#286) by @flavorjones
56

67

78
## v2.0.31 / 2023-10-10

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.30)
4+
tailwindcss-rails (2.0.32)
55
railties (>= 6.0.0)
66

77
GEM

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.0.31"
2+
VERSION = "2.0.32"
33
end

0 commit comments

Comments
 (0)