From 8c7192a750188e557032b0d82269c67e3ad0fb4e Mon Sep 17 00:00:00 2001
From: Chris Hennick <hennickc@amazon.com>
Date: Sat, 29 Apr 2023 21:25:01 -0700
Subject: [PATCH 1/2] Run CI on push to any branch

---
 .github/workflows/ci.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index b761b9a4..1acbb636 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -3,8 +3,6 @@ name: CI
 on:
   pull_request:
   push:
-    branches:
-      - master
 
 env:
   RUSTFLAGS: -Dwarnings

From c284de1a2c134472563839bcad2d7bac2737065a Mon Sep 17 00:00:00 2001
From: Chris Hennick <hennickc@amazon.com>
Date: Sat, 29 Apr 2023 21:26:34 -0700
Subject: [PATCH 2/2] Bump version to 0.6.13 and update CHANGELOG

---
 CHANGELOG.md | 8 +++++++-
 Cargo.toml   | 2 +-
 README.md    | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12f865db..ab5785f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -68,4 +68,10 @@
 
 ### Fixed
 
- - Fixed a Clippy warning that was missed during the last release.
\ No newline at end of file
+ - Fixed a Clippy warning that was missed during the last release.
+
+## [0.6.13]
+
+### Fixed
+
+- Fixed a possible bug in deep_copy_file.
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index 1aa26571..3e9dbd2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "zip_next"
-version = "0.6.12"
+version = "0.6.13"
 authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>",
 "Chris Hennick <hennickc@amazon.com>"]
 license = "MIT"
diff --git a/README.md b/README.md
index baa64d00..8e886b4e 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ With all default features:
 
 ```toml
 [dependencies]
-zip_next = "0.6.12"
+zip_next = "0.6.13"
 ```
 
 Without the default features:
 
 ```toml
 [dependencies]
-zip_next = { version = "0.6.12", default-features = false }
+zip_next = { version = "0.6.13", default-features = false }
 ```
 
 The features available are: