vagrant-docker-networks-manager 1.0.6 โ 1.0.7
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 +4 -4
- data/CHANGELOG.md +2 -44
- data/lib/vagrant-docker-networks-manager/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8281a2e02280d3ddf164b1a125ac3d28443a0d32addb7363309b7ef08d3ac204
|
4
|
+
data.tar.gz: aba6e4f4e8f154894042ea9015e6db89c3d0f512f63f6de3d60261bcf8121f02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 197d66d87aa0099955f3ea2dc9d65f2c2d2fca595b6331912c1a6c8f3e519d68270a38cce3af2e2b9f3731bda65d1394cfbe6344526bc37cbbf79a7a59916858
|
7
|
+
data.tar.gz: 643c60df1fcfa0dbbf8603e230711226b06c3510e614917ba42c0f3a888f0926cab70ec77f486490b581c4cd04b35b6b6085ac3b9f71ca2313e49b6dd19a25a8
|
data/CHANGELOG.md
CHANGED
@@ -1,50 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [1.0.
|
3
|
+
## [1.0.7](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.6...v1.0.7) (2025-08-18)
|
4
4
|
|
5
5
|
|
6
6
|
### Corrections ๐
|
7
7
|
|
8
|
-
* **
|
9
|
-
|
10
|
-
## [1.0.5](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.4...v1.0.5) (2025-08-18)
|
11
|
-
|
12
|
-
|
13
|
-
### Corrections ๐
|
14
|
-
|
15
|
-
* **gem-publish:** Fix the push in Rubygems ([78f5514](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/78f55149af6e3e411ac05d6276d14a545808b4ab))
|
16
|
-
|
17
|
-
## [1.0.4](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.3...v1.0.4) (2025-08-18)
|
18
|
-
|
19
|
-
|
20
|
-
### Corrections ๐
|
21
|
-
|
22
|
-
* **gem-publish:** Fix the push in Ruby Repository ([5c7b049](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/5c7b04972da2b74f899dfa41f0d02715440b26fb))
|
23
|
-
|
24
|
-
## [1.0.3](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.2...v1.0.3) (2025-08-18)
|
25
|
-
|
26
|
-
|
27
|
-
### Corrections ๐
|
28
|
-
|
29
|
-
* **gem-publish:** Fix the push in Rubygems ([31632d0](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/31632d0332780f4357f5bad3d9041e3d2bf786c8))
|
30
|
-
|
31
|
-
## [1.0.2](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.1...v1.0.2) (2025-08-18)
|
32
|
-
|
33
|
-
|
34
|
-
### Corrections ๐
|
35
|
-
|
36
|
-
* **gem-publish:** Fix the push in Rubygems ([da8962b](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/da8962b88b85153db7c010b619736d7b807f8a76))
|
37
|
-
|
38
|
-
## [1.0.1](https://github.com/julienpoirou/vagrant-docker-networks-manager/compare/v1.0.0...v1.0.1) (2025-08-18)
|
39
|
-
|
40
|
-
|
41
|
-
### Corrections ๐
|
42
|
-
|
43
|
-
* **gem-publish:** Fix the push in Rubygems ([8689706](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/8689706de6aadc83d0de735513b18ae05b277d51))
|
44
|
-
|
45
|
-
## 1.0.0 (2025-08-18)
|
46
|
-
|
47
|
-
|
48
|
-
### Fonctionnalitรฉs โจ
|
49
|
-
|
50
|
-
* **build:** Push new version ([1e2e7ed](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/1e2e7ed15ee885ba63d923c00b1413d6edf85dff))
|
8
|
+
* **version:** Push first version of this repository ([54f87d4](https://github.com/julienpoirou/vagrant-docker-networks-manager/commit/54f87d41f137cbe53098f80c8168d68d30fcdd72))
|
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.7
|