Skip to content

Commit 36276e1

Browse files
committed
post-release cleanup
1 parent d60eba4 commit 36276e1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ can print to `stdout` in a supported format to be used with NSS.
4848
4949
3. Install it directly with `dpkg` or through `apt`:
5050
```
51-
sudo dpkg -i libnss_shim_1.0.4_amd64.deb
51+
sudo dpkg -i libnss_shim_1.0.5_amd64.deb
5252
```
5353
or
5454
```
55-
sudo apt install ./libnss_shim_1.0.4_amd64.deb
55+
sudo apt install ./libnss_shim_1.0.5_amd64.deb
5656
```
5757
5858
4. Configure the shim by importing a custom `config.json`:

changelog/CHANGELOG.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- Update `shlex` to `1.3.0` following a security advisory
2-
- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json`
3-
- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes
4-
- Add `rust-toolchain.toml`
1+

changelog/CHANGELOG_1.0.5.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Update `shlex` to `1.3.0` following a security advisory
2+
- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json`
3+
- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes
4+
- Add `rust-toolchain.toml`

0 commit comments

Comments
 (0)