Skip to content

Commit 2a7b371

Browse files
committed
Version bump to 0.1.5 [skip ci]
1 parent be52442 commit 2a7b371

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-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.5 (unreleased)
1+
## 0.1.5 (2022-09-12)
22

33
- Added scanning for nested objects with Elasticsearch and OpenSearch
44
- Added scanning for lists, sets, hashes, and sorted sets with Redis

README.md

Lines changed: 3 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.4/pdscan_0.1.4_Darwin_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.4/pdscan_0.1.4_Darwin_arm64.zip)
28-
- Linux - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.4/pdscan_0.1.4_Linux_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.4/pdscan_0.1.4_Linux_arm64.zip)
29-
- Windows - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.4/pdscan_0.1.4_Windows_x86_64.zip)
27+
- Mac - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.5/pdscan_0.1.5_Darwin_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.5/pdscan_0.1.5_Darwin_arm64.zip)
28+
- Linux - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.5/pdscan_0.1.5_Linux_x86_64.zip) or [arm64](https://github.com/ankane/pdscan/releases/download/v0.1.5/pdscan_0.1.5_Linux_arm64.zip)
29+
- Windows - [x86_64](https://github.com/ankane/pdscan/releases/download/v0.1.5/pdscan_0.1.5_Windows_x86_64.zip)
3030

3131
Unzip and follow the instructions below for your data store.
3232

@@ -146,8 +146,6 @@ CREATE EXTENSION tsm_system_rows;
146146
pdscan redis://user:pass@host:6379/db
147147
```
148148

149-
Only scans string keys at the moment
150-
151149
### SQLite
152150

153151
```sh

0 commit comments

Comments
 (0)