mcp_manager 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5a418ec472278ef22b265f95e6ee77993bfbef7a4062ada8776c3375e63392
4
- data.tar.gz: 839360bd30dd8d99d5aa39625c21f0d7357007534b917a44e2769945080b5744
3
+ metadata.gz: 99c163e9ae4ab4b459a813230db09f6f931a2f74a72a1ec81b0ab58e85d02768
4
+ data.tar.gz: 8593be1218697eb66d64efb31bd1a24573d55f0d2ba00a44f1fede6702c680bc
5
5
  SHA512:
6
- metadata.gz: a57526cf3dd7247a02087e32a9f21bf3227e653be8edf9b1f14076cdd1bc09d89513883c951c575f93973536250d4ae6e99fa55bb8e32af10d555845d500c20f
7
- data.tar.gz: 2b676d4558467aca181e095da5878b41c3d063f549038cfd79c423b72b515e165999dde820d9942cc0013208a0b23788bd48127668de455a1031b629ba8b33fa
6
+ metadata.gz: 5da46f38f27145fe5a8a762f9980bde84ae67a093bb38099afc24b6b9e1aa13a06c76d7202b013da9e798ab95d50a719b7d826398e5057aecb2151232db2ec0a
7
+ data.tar.gz: fa0d61c8fb944b06452296382783510826d70a4bfb8211ed95739a50fe3035045092840cd6c7ec6a0a4af29a97e5aaec03614c835a8f3fdaacff74cca129874e
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2025-08-28
9
+
10
+ ### Fixed
11
+ - Fixed GitHub repository URLs in changelog
12
+
8
13
  ## [0.1.1] - 2025-08-28
9
14
 
10
15
  ### Fixed
@@ -34,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
39
  - Command aliases: `add`, `remove`, `rm`
35
40
  - Help and version flags
36
41
 
37
- [0.1.1]: https://github.com/ben/mcp-manager/releases/tag/v0.1.1
38
- [0.1.0]: https://github.com/ben/mcp-manager/releases/tag/v0.1.0
42
+ [0.1.2]: https://github.com/benjaminjackson/mcp-manager/releases/tag/v0.1.2
43
+ [0.1.1]: https://github.com/benjaminjackson/mcp-manager/releases/tag/v0.1.1
44
+ [0.1.0]: https://github.com/benjaminjackson/mcp-manager/releases/tag/v0.1.0
@@ -1,3 +1,3 @@
1
1
  module McpManager
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcp_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Jackson