diff --git a/CHANGELOG.md b/CHANGELOG.md index fda3ebb..65a4fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [0.1.3] - 2026-03-13 + +### Fixed + +- Bumped versions tailwind not loading styles error fixed (#15) + + +### Miscellaneous + +- Release-plz -> cargo-release migration (#13) + +- Version bumps (#14) + +- Release ci fix (#16) + +- Release fix (#17) + +- Fix release ci (#18) + +- Release ci partial execution prevention (#19) + +- Ci release versions sync (#21) + +- Tag confilict handling (#22) + # Changelog All notable changes to this project will be documented in this file. diff --git a/Cargo.toml b/Cargo.toml index a23b2b3..cf01b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netweave" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Lightweight IPAM & HomeLab Dashboard" license = "Apache-2.0" diff --git a/web/package.json b/web/package.json index 445d864..22dd20f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "@netweave/web", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "dev": "vite",