Skip to content

Commit

Permalink
post-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed Jan 23, 2024
1 parent d60eba4 commit 36276e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ can print to `stdout` in a supported format to be used with NSS.

3. Install it directly with `dpkg` or through `apt`:
```
sudo dpkg -i libnss_shim_1.0.4_amd64.deb
sudo dpkg -i libnss_shim_1.0.5_amd64.deb
```
or
```
sudo apt install ./libnss_shim_1.0.4_amd64.deb
sudo apt install ./libnss_shim_1.0.5_amd64.deb
```

4. Configure the shim by importing a custom `config.json`:
Expand Down
5 changes: 1 addition & 4 deletions changelog/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Update `shlex` to `1.3.0` following a security advisory
- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json`
- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes
- Add `rust-toolchain.toml`

4 changes: 4 additions & 0 deletions changelog/CHANGELOG_1.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Update `shlex` to `1.3.0` following a security advisory
- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json`
- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes
- Add `rust-toolchain.toml`

0 comments on commit 36276e1

Please sign in to comment.