Skip to content

Commit 2a82fb8

Browse files
committed
chore(version): 0.2.5
1 parent 75a07b9 commit 2a82fb8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.2.5 - 2025-02-17
6+
#### Bug Fixes
7+
- crash with EVP_MD_CTX_free - (75a07b9) - Ezekiel Warren
8+
- add missing pragma once - (33305d7) - zaucy
9+
#### Features
10+
- allow running bazel cmd with BCR when not supplying --registry option - (2b54126) - Ezekiel Warren
11+
- shutdown after doing bzlreg bazel commands - (61cd0a9) - Ezekiel Warren
12+
- new bzlreg subcommand for running modules from registry - (345551d) - Ezekiel Warren
13+
#### Miscellaneous Chores
14+
- **(deps)** update dependency boringssl to v0.20250212.0 (#73) - (5570316) - renovate[bot]
15+
- **(deps)** update dependency rules_cc to v0.1.1 (#72) - (aeadbfb) - renovate[bot]
16+
- **(deps)** update dependency abseil-cpp to v20250127 (#71) - (76e0b53) - renovate[bot]
17+
- **(deps)** update dependency bazel to v7.5.0 (#70) - (a1d7990) - renovate[bot]
18+
- **(deps)** update dependency abseil-cpp to v20240722.1 (#69) - (488e708) - renovate[bot]
19+
- **(deps)** update dependency toolchains_llvm to v1.3.0 (#68) - (c310aac) - renovate[bot]
20+
- **(deps)** update dependency boringssl to v0.20250114.0 (#67) - (1be0961) - renovate[bot]
21+
- **(deps)** update dependency boringssl to v0.20241209.0 (#65) - (64a7cd3) - renovate[bot]
22+
- **(deps)** update dependency abseil-cpp to v20240722.0.bcr.2 (#64) - (01af17f) - renovate[bot]
23+
- **(deps)** update jidicula/clang-format-action action to v4.14.0 (#63) - (d6c3a7e) - renovate[bot]
24+
- **(deps)** update dependency abseil-cpp to v20240722.0.bcr.1 (#62) - (9aac326) - renovate[bot]
25+
- **(deps)** update dependency bazel to v7.4.1 (#61) - (02b62bd) - renovate[bot]
26+
- **(deps)** update dependency rules_cc to v0.1.0 (#60) - (faa5967) - renovate[bot]
27+
- **(deps)** update dependency rules_cc to v0.0.14 (#59) - (db0411f) - renovate[bot]
28+
- fix some compile errors on linux - (65af576) - zaucy
29+
- llvm update - (9d7a97e) - zaucy
30+
- remove bazel lock from source control - (f4d8eed) - zaucy
31+
32+
- - -
33+
534
## 0.2.4 - 2024-11-05
635
#### Features
736
- new update subcommand - (2a2bd94) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bzlcmd",
3-
version = "0.2.4",
3+
version = "0.2.5",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)