Go implementation of pdsadmin cli

chore(bump): version 0.0.1 -> 0.1.0

Changed files
+12 -2
cmd
+1 -1
.cz.yaml
··· 6 6 name: cz_conventional_commits 7 7 tag_format: v$version 8 8 update_changelog_on_bump: true 9 - version: "0.0.1" 9 + version: 0.1.0 10 10 version_files: 11 11 - cmd/root.go:Version 12 12 version_provider: commitizen
+10
CHANGELOG.md
··· 1 + ## v0.1.0 (2025-09-13) 2 + 3 + 4 + - use tangled pkg name 5 + 6 + ## v0.0.1 (2025-09-13) 7 + 8 + ### Feat 9 + 10 + - initial release
+1 -1
cmd/root.go
··· 39 39 Long: `PDSAdmin is a tool for interacting with a PDS you own. 40 40 41 41 This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`, 42 - Version: "0.0.1", 42 + Version: "0.1.0", 43 43 // Uncomment the following line if your bare application 44 44 // has an action associated with it: 45 45 // Run: func(cmd *cobra.Command, args []string) { },