chore: bump posts version to 0.1.2 f15c2c34
Steve · 2026-04-07 22:10 2 file(s) · +2 −2
Cargo.lock +1 −1
2973 2973
2974 2974
[[package]]
2975 2975
name = "posts"
2976 -
version = "0.1.1"
2976 +
version = "0.1.2"
2977 2977
dependencies = [
2978 2978
 "andromeda-auth",
2979 2979
 "askama 0.15.6",
apps/posts/Cargo.toml +1 −1
1 1
[package]
2 2
name = "posts"
3 -
version = "0.1.1"
3 +
version = "0.1.2"
4 4
edition = "2024"
5 5
description = "CMS blog with admin interface"
6 6
license = "MIT"