Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 22, 2023
1 parent 695a9e0 commit dce23a5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
40 changes: 40 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
- commits:
- subject: Use `stream.promises.pipeline` rather than manual `pipe` and promise
wrapping
hash: 6fca27760517d83ac02c5b2f24b5828565e52eb5
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
- subject: Use `fs.promises` rather than manually wrapping `fs` calls with a promise
hash: 48e988a2699bd398619813cb6ab7cb49a4044afc
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
- subject: Switch from readable-stream 2.x to nodejs built in stream passthrough
hash: 64cfa5cb894f909b115773c85ab64aebb5f32579
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
- subject: Require dockerode instance to be passed in rather than defaulting one
hash: aab1e3b8da86491f77fb9bdd7eb136978b54c939
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
- subject: Convert to typescript
hash: 481465bb47b08b9bcf4478560237291bb16627ff
body: ""
footer:
Change-type: major
change-type: major
author: Pagan Gazzard
version: 4.0.0
title: ""
date: 2023-11-22T15:46:29.569Z
- commits:
- subject: Update chai-events
hash: 194c92365ee19f92f67aa056a86ed50e2cccfe1e
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v4.0.0
## (2023-11-22)

* Use `stream.promises.pipeline` rather than manual `pipe` and promise wrapping [Pagan Gazzard]
* Use `fs.promises` rather than manually wrapping `fs` calls with a promise [Pagan Gazzard]
* Switch from readable-stream 2.x to nodejs built in stream passthrough [Pagan Gazzard]
* Require dockerode instance to be passed in rather than defaulting one [Pagan Gazzard]
* Convert to typescript [Pagan Gazzard]

# v3.0.5
## (2023-11-17)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-delta",
"version": "3.0.5",
"version": "4.0.0",
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
"main": "out/docker-delta",
"scripts": {
Expand Down Expand Up @@ -34,6 +34,6 @@
"typed-error": "^3.2.2"
},
"versionist": {
"publishedAt": "2023-11-17T16:11:42.231Z"
"publishedAt": "2023-11-22T15:46:29.684Z"
}
}

0 comments on commit dce23a5

Please sign in to comment.