We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2e748 commit ad7edc9Copy full SHA for ad7edc9
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-## next / unreleased
+## v2.0.31 / 2023-10-10
2
+
3
+* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` (#281) by @duduribeiro
4
+* Address Rubygems 3.5.0 deprecation warnings (#280) by @lylo
5
-* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` by @duduribeiro
6
7
## v2.0.30 / 2023-07-13
8
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.0.30"
+ VERSION = "2.0.31"
end
0 commit comments