Skip to content

Commit

Permalink
0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jul 12, 2023
1 parent 6bd51dd commit 24c391a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Mac::FSEvents.

{{$NEXT}}

0.20 2023-07-13 03:28:32 JST
- Support recent macOS (#1)
- Support M1/M2 chip (#1)
- Now Mac-FSEvents is maintained at https://github.com/skaji/Mac-FSEvents

0.14 2017-12-02 09:30:00
- Look for macOS SDK under command line tools installation in addition to other places
- Fix building on Perl 5.26 and beyond (thanks, Fayland Lam!)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"provides" : {
"Mac::FSEvents" : {
"file" : "lib/Mac/FSEvents.pm",
"version" : "0.14"
"version" : "0.20"
},
"Mac::FSEvents::Event" : {
"file" : "lib/Mac/FSEvents/Event.pm"
Expand All @@ -52,7 +52,7 @@
"web" : "https://github.com/skaji/Mac-FSEvents"
}
},
"version" : "0.14",
"version" : "0.20",
"x_contributors" : [
"Doug Bell <madcityzen@gmail.com>",
"Fayland Lam <fayland@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.99",
"autodie" => 0
},
"VERSION" => "0.14",
"VERSION" => "0.20",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Mac/FSEvents.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use base 'Exporter';

use Mac::FSEvents::Event;

our $VERSION = '0.14';
our $VERSION = '0.20';

our @EXPORT_OK = qw(NONE WATCH_ROOT);
our %EXPORT_TAGS = ( flags => \@EXPORT_OK );
Expand Down

0 comments on commit 24c391a

Please sign in to comment.