Skip to content
Closed
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
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.0.9](https://github.com/snowdreamtech/UniStack/compare/v0.0.8...v0.0.9) (2026-08-02)
## [0.0.9](https://github.com/snowdreamtech/UniStack/compare/v0.0.9...v0.0.9) (2026-08-02)


### 🚀 Features
Expand Down Expand Up @@ -68,12 +68,9 @@
* **orchestrator:** add scenario parser and core types ([8d4fe19](https://github.com/snowdreamtech/UniStack/commit/8d4fe198a6dfe193187571959aaa68c0c43554fc))
* **orchestrator:** add sysinfo implementation for bsd platforms ([0e3f952](https://github.com/snowdreamtech/UniStack/commit/0e3f9528d9989be7b2266cedf5b1d3d7bc7da0ef))
* **orchestrator:** expand package manager coverage for edge OSs ([b81654e](https://github.com/snowdreamtech/UniStack/commit/b81654e54bfe3ac4fea0d61a63959055ef69858f))
* **orchestrator:** implement dependency state hashing for deterministic upgrades ([4265229](https://github.com/snowdreamtech/UniStack/commit/42652294a4f5e2ca374e79df64b9679531d938e4))
* **orchestrator:** implement military-grade atomic extraction and unified facade ([aae8839](https://github.com/snowdreamtech/UniStack/commit/aae88395830b42fddaaed9dcb005bc33f5dc49f0))
* **orchestrator:** implement stringent preflight and deep postflight checks ([6399ee8](https://github.com/snowdreamtech/UniStack/commit/6399ee88c6ff91138f78f8fb3fd35bd57fac19fe))
* **orchestrator:** implement Unified Global Lock for military-grade concurrency safety ([f0cf5e4](https://github.com/snowdreamtech/UniStack/commit/f0cf5e48517ae079657bd5538163bc853038a500))
* **orchestrator:** modularize python bootstrap and implement auto-installer ([f84795c](https://github.com/snowdreamtech/UniStack/commit/f84795cb86917d6cf710d8cdd8fd0aa4b9657ad4))
* **orchestrator:** upgrade global lock to true OS file lock (flock) ([8e4303a](https://github.com/snowdreamtech/UniStack/commit/8e4303aaeb195eaa3669a322d60b37ea3c956077))
* **os:** add variable mappings for all supported package managers ([2d72d39](https://github.com/snowdreamtech/UniStack/commit/2d72d39a0125a85b730a0da1b1f1cb43801fffff))
* port base role from Uniloader with zero external dependencies ([16f383e](https://github.com/snowdreamtech/UniStack/commit/16f383e2e5ec7fe96b15ba982b92b98d6f20f0d9))
* **pypi:** implement multi-architecture python wheel packaging ([59c1e4a](https://github.com/snowdreamtech/UniStack/commit/59c1e4ad485621910a820b892f638250d35ee17a))
Expand Down Expand Up @@ -426,6 +423,7 @@
* **merge:** merge release main into dev ([414b2c8](https://github.com/snowdreamtech/UniStack/commit/414b2c83bb589357a2bf6282dd9bc5c66fd2bdeb))
* **merge:** merge upstream dev into dev ([dc626af](https://github.com/snowdreamtech/UniStack/commit/dc626af0f5999b4e4c882acb8e2cfeff3fb750b4))
* **pypi:** add missing docstring to __init__.py ([7f597b1](https://github.com/snowdreamtech/UniStack/commit/7f597b1a3c46e078d67e1c175c180b2a99414964))
* release main ([4eaeb83](https://github.com/snowdreamtech/UniStack/commit/4eaeb837632c789918cb45e56327df837db47707))
* release main ([4bd5e15](https://github.com/snowdreamtech/UniStack/commit/4bd5e157820bab53adbdb6854d859e98a05bd745))
* release main ([d2437e7](https://github.com/snowdreamtech/UniStack/commit/d2437e750bc2b0edbe9a3b0479f3aa1017e66ef4))
* release main ([d49b45b](https://github.com/snowdreamtech/UniStack/commit/d49b45b3e14fd44fe86ba538087773ab3bd43aa9))
Expand All @@ -444,6 +442,7 @@
* **release:** force release-please to use 0.0.5 via release-as config ([fef7d1d](https://github.com/snowdreamtech/UniStack/commit/fef7d1d9d4c4a18379952d2857a2d08c415c05b9))
* **release:** remove hardcoded release-as version ([37b2a5b](https://github.com/snowdreamtech/UniStack/commit/37b2a5b95adb08abac7e70180fe1dd251f6b7daa))
* **release:** remove hardcoded release-as version ([105dc81](https://github.com/snowdreamtech/UniStack/commit/105dc81f183d9c471cb6ea888284d159d3ffd135))
* **release:** synchronize lockfiles for version bump ([0d18a2a](https://github.com/snowdreamtech/UniStack/commit/0d18a2afbf674c16add198cc32ec8fcce08f8567))
* **release:** synchronize lockfiles for version bump ([b2dd77a](https://github.com/snowdreamtech/UniStack/commit/b2dd77ae7d8ff020507d38d05bdc4754912fbca2))
* **release:** synchronize lockfiles for version bump ([d053b59](https://github.com/snowdreamtech/UniStack/commit/d053b597785ed718ff3919a39e7d1fa3aaba9638))
* **release:** synchronize lockfiles for version bump ([6fde3b5](https://github.com/snowdreamtech/UniStack/commit/6fde3b5be9a64c9642b4aa9808109cbd9474140b))
Expand Down
Loading