Commit dcab9004 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 4dc6209f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/rust/compare/1.0.0...1.0.1) (2025-12-22)


### Bug Fixes

* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([4dc6209](https://gitlab.com/to-be-continuous/rust/commit/4dc6209f5c72c521adc6682e3e09fbbd9fe7a7af))

# 1.0.0 (2025-09-22)


+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/rust/gitlab-ci-rust@1.0.0
  - component: $CI_SERVER_FQDN/to-be-continuous/rust/gitlab-ci-rust@1.0.1
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/rust"
    ref: "1.0.0"
    ref: "1.0.1"
    file: "/templates/gitlab-ci-rust.yml"

variables:
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ stages:
  image: $RUST_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "rust", "1.0.0"]
      command: ["--service", "rust", "1.0.1"]
  before_script:
    - !reference [.rust-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"