vallum 0.3.0 → 0.3.1
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.
- package/CHANGELOG.md +10 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ All notable changes to this project are documented here.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.3.1]
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
- Added a crate-level overview and one-line module-level rustdoc so docs.rs
|
|
12
|
+
renders an intentional landing page (with a "this crate is a CLI" pointer and
|
|
13
|
+
an "internal, not-semver-stable library surface" note) instead of a bare,
|
|
14
|
+
description-less module list. Cleared all outstanding rustdoc warnings
|
|
15
|
+
(private intra-doc links, an unclosed `<cwd>` HTML tag); `cargo doc` is clean.
|
|
16
|
+
|
|
8
17
|
## [0.3.0]
|
|
9
18
|
|
|
10
19
|
### Added
|
|
@@ -61,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
70
|
### Added
|
|
62
71
|
- MVP: execute a command through the proxy, truncate, scrub secrets, and audit.
|
|
63
72
|
|
|
73
|
+
[0.3.1]: https://github.com/kahramanemir/Vallum/releases/tag/v0.3.1
|
|
64
74
|
[0.3.0]: https://github.com/kahramanemir/Vallum/releases/tag/v0.3.0
|
|
65
75
|
[0.2.0]: https://github.com/kahramanemir/Vallum/releases/tag/v0.2.0
|
|
66
76
|
[0.1.0]: https://github.com/kahramanemir/Vallum/releases/tag/v0.1.0
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"hasInstallScript": true,
|
|
20
20
|
"license": "MIT OR Apache-2.0",
|
|
21
21
|
"name": "vallum",
|
|
22
|
-
"version": "0.3.
|
|
22
|
+
"version": "0.3.1"
|
|
23
23
|
},
|
|
24
24
|
"node_modules/detect-libc": {
|
|
25
25
|
"engines": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"requires": true,
|
|
51
|
-
"version": "0.3.
|
|
51
|
+
"version": "0.3.1"
|
|
52
52
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/kahramanemir/Vallum/releases/download/v0.3.
|
|
3
|
+
"https://github.com/kahramanemir/Vallum/releases/download/v0.3.1"
|
|
4
4
|
],
|
|
5
5
|
"author": "Emir Kahraman",
|
|
6
6
|
"bin": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"zipExt": ".tar.xz"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"version": "0.3.
|
|
100
|
+
"version": "0.3.1",
|
|
101
101
|
"volta": {
|
|
102
102
|
"node": "18.14.1",
|
|
103
103
|
"npm": "9.5.0"
|