Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.4"
".": "0.7.5"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.7.5](https://github.com/emersonbusson/ramshared/compare/v0.7.4...v0.7.5) (2026-07-25)


### Bug Fixes

* **safety:** enumerate Windows telemetry volumes ([9c9cc9c](https://github.com/emersonbusson/ramshared/commit/9c9cc9c89750988a5582ef738e53fbc7bb00e886))
* **safety:** keep pressure controller alive ([a8f12fc](https://github.com/emersonbusson/ramshared/commit/a8f12fc0e01b05c86f07f4e271c309453d6f0aa9))
* **safety:** preserve teardown after WSL watchdog ([26b4b9c](https://github.com/emersonbusson/ramshared/commit/26b4b9cdcdd589e91fcbec02f3dc58f6605c9c19))
* **safety:** preserve WSL watchdog teardown ([288a5fc](https://github.com/emersonbusson/ramshared/commit/288a5fc2569091ff7297490d26f6194cf2eba516))
* **windows:** bound PowerShell Direct connection open ([6e8359d](https://github.com/emersonbusson/ramshared/commit/6e8359d8869caa384e8a47b55cb90349b27bf8e3))
* **windows:** bound PowerShell Direct guest harnesses ([e1cd405](https://github.com/emersonbusson/ramshared/commit/e1cd4059747e1948ecbf44871a91d01a4934444a))
* **windows:** bound product PowerShell Direct open ([8e7f6cb](https://github.com/emersonbusson/ramshared/commit/8e7f6cbb6d68df5a60e82ed7653c77d7e9ae0b9d))
* **windows:** normalize guest status output records ([4a6a45b](https://github.com/emersonbusson/ramshared/commit/4a6a45b13e91d6a3be4b44f6ff4ca1160b43dbd5))
* **windows:** preserve bounded guest output stream ([3315d33](https://github.com/emersonbusson/ramshared/commit/3315d3332cd3f3f406518490dae595c7f840fba0))
* **windows:** retry transient PowerShell Direct auth ([096afbd](https://github.com/emersonbusson/ramshared/commit/096afbd3f97a9982f639f2e2218e6650c949e52c))


### Documentation

* align README with v0.7.4 release ([6f9aaad](https://github.com/emersonbusson/ramshared/commit/6f9aaadd7d421bf226b5a4604482bdd1a873156b))
* align README with v0.7.4 release ([d56c482](https://github.com/emersonbusson/ramshared/commit/d56c482513e5ac29cdbe8c4d945032a32ce072fe))
* record bounded Windows guest closure ([acd4839](https://github.com/emersonbusson/ramshared/commit/acd4839099aaf514171000758aba03baf0c8e3b1))
* record physical Windows Test Mode evidence ([72845a0](https://github.com/emersonbusson/ramshared/commit/72845a00d4c9ebaf1e2885c0874f27d05a40105e))
* record physical Windows Test Mode evidence ([2c9992e](https://github.com/emersonbusson/ramshared/commit/2c9992e4a133d082161a39eec1572639127473c2))
* record v0.7.4 real host smoke ([6c84a00](https://github.com/emersonbusson/ramshared/commit/6c84a00ce21ba08655c267941a9130ca53f0e752))
* record WSL watchdog recovery evidence ([b65a7d2](https://github.com/emersonbusson/ramshared/commit/b65a7d2baf2309d4f29abd86751cb555b2290e6b))
* satisfy validation entry schema ([9062e59](https://github.com/emersonbusson/ramshared/commit/9062e59fe62102023335048c5bff54a1295def4f))

## [0.7.4](https://github.com/emersonbusson/ramshared/compare/v0.7.3...v0.7.4) (2026-07-24)


Expand Down
Loading