Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
003b28a841
|
||
|
|
108db75dc9
|
@@ -7,7 +7,6 @@ on:
|
|||||||
- "**/Cargo.lock"
|
- "**/Cargo.lock"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
audit:
|
audit:
|
||||||
@@ -23,6 +22,6 @@ jobs:
|
|||||||
- name: Setup rust cache
|
- name: Setup rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: Audit check
|
- name: Audit check
|
||||||
uses: https://git.huizinga.dev/infra/rust-audit-check@v3.0.0
|
uses: rustsec/audit-check@v2.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
@@ -7,29 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.4](https://git.huizinga.dev/infra/crete/compare/v0.1.3...v0.1.4) - 2026-08-27
|
|
||||||
|
|
||||||
### <!-- 5 -->Miscellaneous Tasks
|
|
||||||
|
|
||||||
- Migrate to rust audit fork
|
|
||||||
|
|
||||||
## [0.1.3](https://git.huizinga.dev/infra/crete/compare/v0.1.2...v0.1.3) - 2026-04-21
|
|
||||||
|
|
||||||
### <!-- 0 -->Features
|
|
||||||
|
|
||||||
- Add function that applies netmask to ip
|
|
||||||
|
|
||||||
### <!-- 3 -->Refactor
|
|
||||||
|
|
||||||
- Use ViaDeserialize to convert ip address
|
|
||||||
|
|
||||||
## [0.1.2](https://git.huizinga.dev/infra/crete/compare/v0.1.1...v0.1.2) - 2026-04-17
|
|
||||||
|
|
||||||
### <!-- 0 -->Features
|
|
||||||
|
|
||||||
- Make dns optional
|
|
||||||
- Allow more than two dns entries
|
|
||||||
|
|
||||||
## [0.1.1](https://git.huizinga.dev/infra/crete/compare/v0.1.0...v0.1.1) - 2026-04-13
|
## [0.1.1](https://git.huizinga.dev/infra/crete/compare/v0.1.0...v0.1.1) - 2026-04-13
|
||||||
|
|
||||||
### <!-- 2 -->Bug Fixes
|
### <!-- 2 -->Bug Fixes
|
||||||
|
|||||||
Generated
+511
-335
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crete"
|
name = "crete"
|
||||||
version = "0.1.4"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
default-run = "crete"
|
default-run = "crete"
|
||||||
publish = ["infra"]
|
publish = ["infra"]
|
||||||
@@ -16,7 +16,7 @@ serde_json = "1.0.149"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.6.0", features = ["derive"] }
|
clap = { version = "4.6.0", features = ["derive"] }
|
||||||
clap_complete = "4.6.0"
|
clap_complete = "4.6.0"
|
||||||
gix-discover = { version = "0.55.0", features = ["sha1"] }
|
gix-discover = { version = "0.49.0", features = ["sha1"] }
|
||||||
minijinja = { version = "2.18.0", features = ["json", "loader"] }
|
minijinja = { version = "2.18.0", features = ["json", "loader"] }
|
||||||
optional_struct = "0.5.2"
|
optional_struct = "0.5.2"
|
||||||
reqwest = { version = "0.13.2", default-features = false, features = [
|
reqwest = { version = "0.13.2", default-features = false, features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user