Commit graph

111 commits

Author SHA1 Message Date
Cain
91d4f03b1f
revert(ci): downgrade back to v4 labeler 2025-09-07 15:22:28 +01:00
dependabot[bot]
d519665c06
chore(deps): bump actions/labeler from 4 to 6 in /.github/workflows
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 13:08:05 +00:00
dependabot[bot]
1b79a3b825
chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows (#244)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 09:56:41 +01:00
Cain
080f327ab6
Maintenance: dep updates and clippy fixs (#243)
* chore(deps): update crc32fast to v1.5

* chore(deps): update ureq to v2.12

* chore(deps): update phf to v0.13

* chore(deps): update clap to v4.5

* chore(deps): update lazy_static to v1.5

* chore(deps): update thiserror to v2.0.16

* chore(deps): update clap to v4.5

* chore(deps): update bson to v2.15

* chore(deps): update base64 to v0.22

* chore(deps): update quick-xml to v0.38

* chore(deps): update webbrowser to v1.0

* chore(clippy): fix a load of "variables can be used directly"

* chore(ci): update MSRV toolchain to 1.82.0

* chore(pre-commit): update MSRV to 1.82.0

* chore(README): update Minimum Supported Rust Version to 1.82.0

* chore(VERSIONS): update MSRV to 1.82.0

* chore(cli): bump version to 0.4.0 and update MSRV to 1.82.0

* chore(release): bump version to 0.8.0 and update MSRV to 1.82.0
2025-08-25 12:52:54 +01:00
Cain
d6fe78f0e6
chore(workflow): remove --locked arg on codeql 2025-07-01 19:39:37 +01:00
Cain
4ad07377f2
chore(workflow): try none codeql build mode 2025-07-01 19:37:34 +01:00
Cain
90458ed443
chore(workflow): codeql autobuild doesnt support rust 2025-07-01 19:34:19 +01:00
Cain
085913f903
chore(workflow): rust is built in on ci 2025-07-01 19:29:27 +01:00
Cain
4ddb0fd960
chore(workflow): attempt to setup codeql for rust 2025-07-01 19:23:16 +01:00
GitHub Action
380bbd4ab4 Add/Update badge 2025-07-01 04:12:14 +00:00
Cain
350f297193
maintenance(workspace): updates and clippy fixs (#242) 2025-04-23 22:04:37 +01:00
Cain
e87bde53e7 chore(nightly): bump to nightly-2025-04-19 as the other toolchain is 2 years old 2025-04-20 23:11:35 +01:00
Cain
4c5ffde2e5 chore(msrv): bump to 1.81.0 2025-04-20 22:44:19 +01:00
GitHub Action
7c4a5e4f9c Add/Update badge 2025-04-20 21:33:57 +00:00
GitHub Action
43a613b7c0 Add/Update badge 2025-03-25 03:47:25 +00:00
GitHub Action
67b97ca1c9 Add/Update badge 2025-01-21 03:37:35 +00:00
GitHub Action
373a4553ce Add/Update badge 2025-01-14 03:37:04 +00:00
GitHub Action
fc5113507f Add/Update badge 2024-12-05 20:46:21 +00:00
Cain
961f57d6ec chore(msrv): bump to 1.71.1 2024-11-26 13:50:01 +00:00
Cain
7985fb2613 chore(ci): format 2024-11-26 12:38:32 +00:00
Cain
102e48914b chore(lib): bump msrv 1.65.0 -> 1.67.0 for linux deps 2024-11-26 12:36:41 +00:00
Cain
98cff08512 chore(ci): discontinue github releases 2024-11-26 12:29:09 +00:00
CosminPerRam
30ae60e4dc
ci: fix audit failing by generating cargo lock file before running it (#229) 2024-10-29 22:42:33 +02:00
GitHub Action
1b1ecc651e Add/Update badge 2024-10-15 03:43:09 +00:00
GitHub Action
344622629e Add/Update badge 2024-10-08 03:43:07 +00:00
GitHub Action
c7451b098b Add/Update badge 2024-10-01 03:47:27 +00:00
dependabot[bot]
4866003252
chore(deps): bump rustsec/audit-check in /.github/workflows
Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/rustsec/audit-check/releases)
- [Changelog](https://github.com/rustsec/audit-check/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustsec/audit-check/compare/v1.4.1...v2.0.0)

---
updated-dependencies:
- dependency-name: rustsec/audit-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 13:54:01 +00:00
GitHub Action
16fd486208 Add/Update badge 2024-09-17 03:36:58 +00:00
GitHub Action
70571218b6 Add/Update badge 2024-09-03 03:38:23 +00:00
GitHub Action
486ae3b52c Add/Update badge 2024-08-20 03:37:50 +00:00
GitHub Action
11088e7786 Add/Update badge 2024-07-23 03:39:39 +00:00
GitHub Action
cac5c234ee Add/Update badge 2024-07-09 03:36:13 +00:00
GitHub Action
27840e3ff3 Add/Update badge 2024-06-25 03:36:16 +00:00
GitHub Action
6f358340f1 Add/Update badge 2024-06-22 00:29:06 +00:00
GitHub Action
2663cf950d Add/Update badge 2024-06-18 03:36:56 +00:00
GitHub Action
48aa0ec221 Add/Update badge 2024-05-11 18:49:58 +00:00
GitHub Action
b2da9bee3c Add/Update badge 2024-05-05 20:53:12 +00:00
GitHub Action
d19c3696ad Add/Update badge 2024-04-28 20:47:47 +00:00
GitHub Action
c357b4594b Add/Update badge 2024-04-28 19:29:06 +00:00
GitHub Action
4651990e8b Add/Update badge 2024-04-14 20:16:03 +00:00
GitHub Action
4faf2f89f4 Add/Update badge 2024-04-14 20:07:17 +00:00
GitHub Action
00840cb4a6 Add/Update badge 2024-04-07 20:10:03 +00:00
GitHub Action
cca938674c Add/Update badge 2024-04-07 20:04:40 +00:00
GitHub Action
14bf759fa7 Add/Update badge 2024-04-02 03:35:14 +00:00
GitHub Action
40b70d6576 Add/Update badge 2024-03-24 21:59:58 +00:00
CosminPerRam
f54321da18 fix(cli): release binaries workflow 2024-03-15 18:32:52 +02:00
CosminPerRam
275fb7d4cd
feat: release 0.5.0 (#191)
* feat: add initial crates readmes

* feat: add initial CLI readme

* fix: some links

* feat: fix node badge, split changelogs, fix some other links add docs in cli

* feat: feature the gamedig site in the lib

* feat: fill in cli package fields

* feat: set CLI version to 0.1.0

* feat: update changelogs to set vers

* feat: update the release workflow
2024-03-15 18:14:59 +02:00
GitHub Action
bcb9ac64c0 Add/Update badge 2024-03-10 21:42:48 +00:00
GitHub Action
0f0a9da609 Add/Update badge 2024-03-10 21:40:09 +00:00
dependabot[bot]
03fd0c10b2
chore(deps): bump rust-build/rust-build.action in /.github/workflows (#190)
Bumps [rust-build/rust-build.action](https://github.com/rust-build/rust-build.action) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/rust-build/rust-build.action/releases)
- [Commits](https://github.com/rust-build/rust-build.action/compare/v1.4.4...v1.4.5)

---
updated-dependencies:
- dependency-name: rust-build/rust-build.action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 16:06:21 +02:00