Skip to content

Commit

Permalink
Fix MANIFEST.SKIP and MANIFEST. Prep release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 31, 2024
1 parent 491ca35 commit 3f263a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2024-03-31

### Fixed

- Fixes to MANIFEST.SKIP and, hence MANIFEST

## [0.1.3] - 2024-03-31

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ lib/Amazon/Sites.pm
Makefile.PL
MANIFEST
MANIFEST.SKIP
MYMETA.json
MYMETA.yml
README.md
t/00-load.t
t/01-basic.t
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Makefile
Makefile$
.git/*
blib/*
.vscode/*
Amazon-Sites-*.tar.gz
Amazon-Sites-*/*
.bak
MYMETA.*
\.code-workspace
2 changes: 1 addition & 1 deletion lib/Amazon/Sites.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Feature::Compat::Class;
use feature 'signatures';
no warnings 'experimental::signatures';

our $VERSION = '0.1.3';
our $VERSION = '0.1.4';

class Amazon::Sites {
use Amazon::Site;
Expand Down

0 comments on commit 3f263a4

Please sign in to comment.