30 Commits

Author SHA1 Message Date
Sergio Gasquez Arcos
4d1235b96d
Prepare 0.16.0 release (#528)
* build: Bump espup version and deps

* docs: Update changelog

* ci: Remove unused steps and cache action
2025-09-26 11:29:20 +02:00
dependabot[bot]
671f4904e9
build(deps): bump actions/checkout from 4 to 5 (#522)
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-12 08:57:24 +02:00
Sergio Gasquez Arcos
1b09495209
Rust 2024 edition (#497)
* build: Bump rust edition and msrv

* style: Format code

* feat: Add unsafe blocks

* feat: Add unsafe blocks for Windows
2025-04-29 09:50:59 +02:00
Sergio Gasquez Arcos
7a0d827db1
Prepare 0.14.1 release (#483)
* build: Bump dependencies

* docs: Update changelog

* feat: Update ubuntu runners

* feat: Bump msrv

* fix: Clippy lint
2025-03-04 16:02:42 +01:00
Sergio Gasquez Arcos
c390abe8d5
Cargo update to avoid a vulnerability (#419)
* build: Cargo update to avoid a vulnerability in mio

* build: Bump MSRV
2024-03-06 09:52:12 +01:00
Sergio Gasquez
f9115bd7a3 build: Bump MSRV 2024-01-24 09:35:48 +01:00
Sergio Gasquez
7a0a7ff712 ci: Remove CI jobs 2023-10-04 11:14:24 +02:00
Sergio Gasquez Arcos
5949af565b
Add CHANGELOG.md (#358)
* docs: Add CHANGELOG.md

* ci: Ignore changelog updates
2023-09-27 11:35:47 +02:00
Sergio Gasquez
241fd92775 chore: Bump MSRV 2023-09-05 15:34:40 +02:00
dependabot[bot]
8da82ecc2b build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:27:34 +02:00
Sergio Gasquez
8f1ce3c50c build: ⬆️ Bump MSRV to 1.65 2023-05-10 15:51:02 +02:00
Sergio Gasquez
0394860df8 ci: 🎨 Remove CI warnings 2023-02-01 13:43:15 +01:00
Sergio Gasquez
ed4721555d build: ⬆️ Update msrv to 1.64 2023-01-17 14:47:52 +01:00
Sergio Gasquez
abf807bd38 ci: 🧪 Add MSRV check 2023-01-16 15:59:34 +01:00
Sergio Gasquez Arcos
11becfa4bf
Append header if GITHUB_TOKEN environment variable is present (#128)
* feat:  Append header if GITHUB_TOKEN environment variable is present

* build: ⬆️ Add blocking feature of reqwest

* feat:  If a semver version is provided, get the latest subpatch and use that version

* docs: 📝 Update invalid_version error

* perf: ️ Remove unnecesary into_diagnostics calls

* feat:  Even if the regex matches, check that the release exists

* feat:  Update auth

* chore: 🔊 Add log

* chore: ️ Add basic auth

* Add gh api tests

* fix: 🐛 fix typo

* feat: 🎨 Remove permissions

* test:  Add rust test

* test:  Add rust test

* ci: ️ Add checkout action

* ci: 🧪 Test with permissions

* ci: 🧪 Update headers

* ci: 🎨 Avoid triggering other CI

* ci:  Check if GITHUB TOKEN is present

* ci:  Update get call

* ci: 🧪 Update headers

* style: 🎨 Simplify code

* ci: 🧪 Update headers

* ci: 🧪 Add curl test

* feat:  Add retries

* feat:  Add retries

* feat:  Improve retries

* chore: 🔊 Add logs to tests

* feat:  Remove retries

* ci: 🧪 Test api limit

* chore: 🧪 Test with retries

* feat:  Create a github_query fn

* ci: 🧪 Update CI rust test

* feat: 🔊 Update logging

* feat:  Add maximum retries

* chore: 🔥 Remove gh_test.yaml

* style: 🎨 Remove duplicated log

* ci: 👷 Add env to CI

* chore: 🔊 Add debug log

* ci: 🧪 Test without env

* revert: ️ Revert env removal

* ci: 👷 Update environment in CI

* chore: 🔊 Add logging

* chore: 🔥 Remove download test

* feat:  Move github_query fn to mod.rs
2023-01-11 11:08:15 +01:00
Sergio Gasquez
28482446f1 chore: 🔨 Update ubuntu version used in CI 2022-12-19 11:16:12 +01:00
Sergio Gasquez
94376da073 ci: ️ Only run CI when pushing to main 2022-11-03 23:26:41 +01:00
Sergio Gasquez
03780132d2 ci: 👷 Update CI to run in parallel 2022-11-03 23:17:15 +01:00
Sergio Gasquez
9db39f988c ci: ️ Remove allow-dirty flag from publish command. 2022-10-07 16:06:08 +02:00
Sergio Gasquez
71bd81b215 ci: ️ Add allow-dirty flag 2022-10-07 12:40:22 +02:00
Sergio Gasquez
64a27a63a8 ci: 🐛 Fix Release CI 2022-10-07 09:09:30 +02:00
Sergio Gasquez
501157c6ed ci: 🎨 Remove unnecesary fields 2022-09-28 09:31:33 +02:00
Sergio Gasquez
9326f3f200 revert: ️ Rever clippy action 2022-09-26 15:34:02 +02:00
Sergio Gasquez
b4858b72be ci: ️ Use clippy-check action 2022-09-26 14:35:54 +02:00
Sergio Gasquez
48e1ab1ece fix: 🐛 Update artifact name to avoid duplications 2022-09-26 09:13:43 +00:00
Sergio Gasquez Arcos
08a28c884e
Merge pull request #1 from SergioGasquez/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2022-09-26 11:06:02 +02:00
Sergio Gasquez
9f18c8b3f5 ci: 🐛 Fix dependency installation 2022-09-26 08:52:37 +00:00
Sergio Gasquez
dbaf22b03a ci: 🎨 Rename job 2022-09-26 08:40:29 +00:00
dependabot[bot]
1aeacbb9e8
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 08:34:00 +00:00
Sergio Gasquez
e9dcc5e00c ci: ♻️ Refactor ci checks 2022-09-26 08:33:10 +00:00