···118118119119## Den Versioning - `v0.x` is moving fast
120120121121-> Diff of changes since latest release: [latest...main](https://github.com/vic/den/compare/latest...main)
122122-123121Den `main` always requires flake-aspects `main`. Same for `latest` versions.
124124-125125-For other than main and latest versions, each release-notes documents the particular
126126-flake-aspects version needed by Den. This is because flake-aspects can be used independently of Den,
127127-and it does not follows Den version numbers because it is not as fast-paced as Den.
128122129123130124```nix
···153147`latest` tag always follows the latest created tag. This is intended for people that wishes
154148to wait for a release and reading all announcements at release notes. if you flake update, you
155149will only move between release points.
150150+151151+> Diff of changes since latest release: [latest...main](https://github.com/vic/den/compare/latest...main)
152152+153153+For other than main and latest versions, each release-notes documents the particular
154154+flake-aspects version needed by Den. This is because flake-aspects can be used independently of Den,
155155+and it does not follows Den version numbers because it is not as fast-paced as Den.
156156157157158158## Code example (OS configuration domain)