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

chore(release): 1.0.2 [skip ci]

## [1.0.2](https://gitlab.com/to-be-continuous/rust/compare/1.0.1...1.0.2) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([7df7faea](https://gitlab.com/to-be-continuous/rust/commit/7df7faeab961aea525af65b97c9a45baba801d40))
parent 7df7faea
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.2](https://gitlab.com/to-be-continuous/rust/compare/1.0.1...1.0.2) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([7df7fae](https://gitlab.com/to-be-continuous/rust/commit/7df7faeab961aea525af65b97c9a45baba801d40))

## [1.0.1](https://gitlab.com/to-be-continuous/rust/compare/1.0.0...1.0.1) (2025-12-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.1
  - component: $CI_SERVER_FQDN/to-be-continuous/rust/gitlab-ci-rust@1.0.2
    # 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.1"
    ref: "1.0.2"
    file: "/templates/gitlab-ci-rust.yml"

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