charmlibs-snap 1.0.0__tar.gz → 1.0.0.post0__tar.gz

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.
@@ -180,4 +180,5 @@ cython_debug/
180
180
 
181
181
  # uv.lock from example libraries as we don't commit these
182
182
  .example/**/uv.lock
183
+ .tutorial/**/uv.lock
183
184
  interfaces/.example/**/uv.lock
@@ -0,0 +1,7 @@
1
+ # 1.0.0.post0 - 14 October 2025
2
+
3
+ Update project URLs.
4
+
5
+ # 1.0.0 - 23 September 2025
6
+
7
+ Initial release of migrated `operator_libs_linux.v2.snap` library (patch version 14).
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: charmlibs-snap
3
- Version: 1.0.0
3
+ Version: 1.0.0.post0
4
4
  Summary: The charmlibs.snap package.
5
- Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs
5
+ Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/snap/
6
6
  Project-URL: Repository, https://github.com/canonical/charmlibs
7
7
  Project-URL: Issues, https://github.com/canonical/charmlibs/issues
8
8
  Project-URL: Changelog, https://github.com/canonical/charmlibs/blob/main/snap/CHANGELOG.md
@@ -27,7 +27,7 @@ functional = []
27
27
  integration = []
28
28
 
29
29
  [project.urls]
30
- "Documentation" = "https://documentation.ubuntu.com/charmlibs"
30
+ "Documentation" = "https://documentation.ubuntu.com/charmlibs/reference/charmlibs/snap/"
31
31
  "Repository" = "https://github.com/canonical/charmlibs"
32
32
  "Issues" = "https://github.com/canonical/charmlibs/issues"
33
33
  "Changelog" = "https://github.com/canonical/charmlibs/blob/main/snap/CHANGELOG.md"
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = '1.0.0'
15
+ __version__ = '1.0.0.post0'
File without changes