Skip to content

Commit 3488af4

Browse files
committed
Version bump to 0.1.7 [skip ci]
1 parent 697eed7 commit 3488af4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.7 (unreleased)
1+
## 0.1.7 (2022-10-09)
22

33
- Added `--debug` option
44
- Added experimental `--format` option

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Uses data sampling and naming, and works with compressed files
2424

2525
Download the latest version.
2626

27-
- Mac - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.6/pdscan_0.1.6_Darwin_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.6/pdscan_0.1.6_Darwin_arm64.zip)
28-
- Linux - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.6/pdscan_0.1.6_Linux_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.6/pdscan_0.1.6_Linux_arm64.zip)
29-
- Windows - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.6/pdscan_0.1.6_Windows_x86_64.zip)
27+
- Mac - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.7/pdscan-0.1.7-x86_64-darwin.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.7/pdscan-0.1.7-arm64-darwin.zip)
28+
- Linux - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.7/pdscan-0.1.7-x86_64-linux.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.7/pdscan-0.1.7-arm64-linux.zip)
29+
- Windows - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.7/pdscan-0.1.7-x86_64-windows.zip)
3030

3131
You can also install it with [Homebrew](#homebrew) or [Docker](#docker).
3232

@@ -232,7 +232,7 @@ Specify a custom pattern (experimental)
232232
pdscan --pattern "\d{16}"
233233
```
234234

235-
Output newline delimited JSON (experimental) [unreleased]
235+
Output newline delimited JSON (experimental)
236236

237237
```sh
238238
pdscan --format ndjson
@@ -268,7 +268,7 @@ For data stores on the host machine, use `host.docker.internal` as the hostname
268268
docker run -ti ankane/pdscan "postgres://[email protected]:5432/dbname?sslmode=disable"
269269
```
270270

271-
> On Linux, this requires Docker 20.04 and `--add-host=host.docker.internal:host-gateway`
271+
> On Linux, this requires Docker 20.04+ and `--add-host=host.docker.internal:host-gateway`
272272
273273
For files on the host machine, use:
274274

0 commit comments

Comments
 (0)