Skip to content

Commit 0cac4ee

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 18511f6 commit 0cac4ee

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# CHANGELOG
22

33

4+
## v0.4.0 (2026-04-01)
5+
6+
### Bug Fixes
7+
8+
- **client**: Callback params
9+
([`b133efe`](https://github.com/krypton-byte/tryx/commit/b133efe7580636a27a87889d4000fb039e3d7e31))
10+
11+
- **workflow**: Update branch references from 'main' to 'master' in documentation workflow
12+
([`9d64aa2`](https://github.com/krypton-byte/tryx/commit/9d64aa25963d42cb0f410bc0bae42f9469af5d5b))
13+
14+
### Chores
15+
16+
- **deps**: Update tryx version from 0.2.0 to 0.3.0 in Cargo.lock
17+
([`c0b7ab7`](https://github.com/krypton-byte/tryx/commit/c0b7ab71958c2749124da415302ddaee38c404c0))
18+
19+
### Refactoring
20+
21+
- **CI**: Streamline platform matrix and remove musllinux configuration
22+
([`2c2be2f`](https://github.com/krypton-byte/tryx/commit/2c2be2ff5c54601ade1c99efd715e41b5d7c53fb))
23+
24+
425
## v0.3.0 (2026-04-01)
526

627
### Features
@@ -22,9 +43,23 @@
2243
- **release**: Update default branch references in workflow and documentation
2344
([`bc5a5cc`](https://github.com/krypton-byte/tryx/commit/bc5a5ccc1cb037cf813998d0ad865d66c30c6ae5))
2445

46+
- **release**: Update default branch references in workflow and documentation
47+
([`3bb0cb2`](https://github.com/krypton-byte/tryx/commit/3bb0cb250dd8281a27707e39a181731ff6d2b3f2))
48+
2549
- **test**: Update workflows for commit message validation and release automation
2650
([`b940d91`](https://github.com/krypton-byte/tryx/commit/b940d91d89969590af84b56a52316803174c4f65))
2751

52+
- **workflow**: Remove duplicate ref line in release workflow
53+
([`2e3667a`](https://github.com/krypton-byte/tryx/commit/2e3667a8a2801c8fb083a6e38b8d28cc8379ef49))
54+
55+
- **workflow**: Update branch references from 'main' to 'master' in documentation workflow
56+
([`0d9ecc6`](https://github.com/krypton-byte/tryx/commit/0d9ecc63ed4ba76424e1f40e2086e1864ee0f07e))
57+
58+
### Chores
59+
60+
- **deps**: Update tryx version from 0.2.0 to 0.3.0 in Cargo.lock
61+
([`6bd891e`](https://github.com/krypton-byte/tryx/commit/6bd891e87b8befcf3468bd516d5f2ad403320e86))
62+
2863
### Documentation
2964

3065
- Update contributing guidelines to clarify release automation and required secrets
@@ -35,9 +70,23 @@
3570

3671
### Features
3772

73+
- **ci**: Reintroduce Linux and Windows wheel builds with updated configurations
74+
([`bb74fd2`](https://github.com/krypton-byte/tryx/commit/bb74fd227019c298853fe8bc038bb7424eba1d58))
75+
76+
- **release**: Enhance workflow dispatch with release type options and improve documentation
77+
([`b477e44`](https://github.com/krypton-byte/tryx/commit/b477e44ac37b3f5b2d200de9cd5e46155094de3a))
78+
79+
- **release**: Enhance workflow dispatch with release type options and improve documentation
80+
([`fb67cf9`](https://github.com/krypton-byte/tryx/commit/fb67cf9f01736ec55fbb97f54845b82a05e3b782))
81+
3882
- **test**: Test
3983
([`3bc6c04`](https://github.com/krypton-byte/tryx/commit/3bc6c04f8ce84802947c45ad9e9b8735ec615918))
4084

85+
### Refactoring
86+
87+
- **README**: Streamline content and enhance clarity by removing redundant sections
88+
([`32fcaec`](https://github.com/krypton-byte/tryx/commit/32fcaec8caf5d074ee257c4d29762645f0233cec))
89+
4190

4291
## v0.1.0 (2026-04-01)
4392

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tryx"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)