Skip to content

Commit

Permalink
Merge pull request #36 from vst/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.0.8
  • Loading branch information
vst authored Mar 30, 2024
2 parents 2af50bb + 3f84b1d commit 03d2f53
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.7"
".": "0.0.8"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.8](https://github.com/vst/lhp/compare/v0.0.7...v0.0.8) (2024-03-30)


### Features

* add known SSH public keys ([0641141](https://github.com/vst/lhp/commit/06411411657fb85a5994c63646257c489695adf8))
* enrich SSH public key data definition ([cbceb86](https://github.com/vst/lhp/commit/cbceb8696613099af60b212f17a4a653080c7656))
* **website:** add more filters to hosts tabulation ([bb8b828](https://github.com/vst/lhp/commit/bb8b828ad7d2a7e395271d502bb9c41a68185f3d))
* **website:** add rudimentary filters to hosts tabulation ([286745f](https://github.com/vst/lhp/commit/286745f74b6a151f7ffadbcab049846194f8a3d0))


### Bug Fixes

* change the type of CPU count ([6093b8b](https://github.com/vst/lhp/commit/6093b8bd8e046e9fce2d3e400bcb7cb53627d0c2))
* fix how authorized SSH public keys are streamed from host ([fa9f719](https://github.com/vst/lhp/commit/fa9f719c49a1e30f95e9a386df98fee6ab7ef591))

## [0.0.7](https://github.com/vst/lhp/compare/v0.0.6...v0.0.7) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lhp
version: 0.0.7
version: 0.0.8
github: vst/lhp
license: MIT
author: Vehbi Sinan Tunalioglu
Expand Down

0 comments on commit 03d2f53

Please sign in to comment.