build: fix commitizen bumps #5

merged
opened by quietengineer.fyi targeting main from changelog
  • track version with commitizen
  • update version in cli
Changed files
+11 -1
cmd
+10
CHANGELOG.md
···
+
## v0.1.0 (2025-09-13)
+
+
+
- use tangled pkg name
+
+
## v0.0.1 (2025-09-13)
+
+
### Feat
+
+
- initial release
+1 -1
cmd/root.go
···
Long: `PDSAdmin is a tool for interacting with a PDS you own.
This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`,
-
Version: "0.0.1",
+
Version: "0.1.0",
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },