mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
9.7 KiB
9.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.8 (2023-03-10)
New Features
- bump version
- set internal warnings as errors
- introduce tests again
Bug Fixes
- fix builder pattern to actually work with default values In previous versions the builder pattern required all values to be set. This has not been fixed, so that default values are allowed.
Commit Statistics
- 4 commits contributed to the release over the course of 13 calendar days.
- 13 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.7 (2023-02-24)
New Features
- update to dagger-v0.3.13
Commit Statistics
- 2 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.6 (2023-02-20)
Chore
- ran clippy
Bug Fixes
- cli session keep session alive
Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.5 (2023-02-20)
Bug Fixes
- race condition in process
Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.4 (2023-02-20)
Bug Fixes
- remove blocking
- remove blocking
Commit Statistics
- 4 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.3 (2023-02-20)
Bug Fixes
- Fix async panic on blocking #19 Replaced internal threads with tokio spawn functions
Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.2 (2023-02-19)
New Features
- update to dagger v0.3.12
Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
v0.2.1 (2023-02-18)
Bug Fixes
- update all dependencies
Commit Statistics
- 16 commits contributed to the release over the course of 19 calendar days.
- 1 commit was understood as conventional.
- 2 unique issues were worked on: #5, #6
Commit Details
view details
- #5
- update all dependencies (
789b0e6
)
- update all dependencies (
- #6
- feature/add impl (
4a4c03f
)
- feature/add impl (
- Uncategorized
- Release dagger-core v0.2.1, dagger-codegen v0.2.1, dagger-rs v0.2.1 (
1332bc8
) - add changelogs (
a064684
) - Adjusting changelogs prior to release of dagger-core v0.2.1, dagger-codegen v0.2.1, dagger-rs v0.2.1 (
f4a20fd
) - with publish (
989d5bc
) - with repo (
e5383b5
) - with readme and license (
1e26b38
) - bump version (
36b0ecd
) - with println (
d1726a0
) - context and querier done (
52a0db3
) - tested full flow initially (
7a008be
) - move code to dagger-core (
ec0d0b2
) - add fields (
496a687
) - with objects (
5fef514
) - with enum (
2a1f7c3
)
- Release dagger-core v0.2.1, dagger-codegen v0.2.1, dagger-rs v0.2.1 (