Skip to content

Commit ec27257

Browse files
committed
version bump to v2.6.0
1 parent fe75869 commit ec27257

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## unreleased
1+
## v2.6.0 / 2024-05-04
22

3+
* Increase form input field border contrast. (#356) @olivierlacan
34
* Bring the scaffold templates up to date with rails/rails. (#357, #359) @kinsomicrote
4-
* Drop support for Rails 6.0, which reached end-of-life in June 2023.
5-
* Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported.
5+
* Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @flavorjones
6+
* Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @flavorjones
67

78

89
## v2.5.0 / 2024-04-27

lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)