We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e11fb commit c8019a1Copy full SHA for c8019a1
Changes
@@ -1,4 +1,6 @@
1
2
+9.33 2022-05-10
3
+
4
9.32 2022-05-09
5
- Improved file and line number details in async/await exceptions. (batman)
6
- Fixed various CSS selector equation bugs in Mojo::DOM::CSS. (mauke)
lib/Mojolicious.pm
@@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
57
has validator => sub { Mojolicious::Validator->new };
58
59
our $CODENAME = 'Waffle';
60
-our $VERSION = '9.32';
+our $VERSION = '9.33';
61
62
sub BUILD_DYNAMIC {
63
my ($class, $method, $dyn_methods) = @_;
0 commit comments