feat: initial release (migrated from deepjoy/shoebox)#1
Merged
Conversation
Standalone repo for the taskmill crate, previously at crates/taskmill/ in the shoebox workspace. Includes source, docs, CI workflows, and release-plz integration for crates.io publishing.
Merged
deepjoy
pushed a commit
that referenced
this pull request
Mar 14, 2026
## 🤖 New release
* `taskmill`: 0.1.1 -> 0.2.0 (⚠ API breaking changes)
### ⚠ `taskmill` breaking changes
```text
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field SchedulerSnapshot.waiting_count in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:48
field SchedulerSnapshot.waiting_count in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:48
field TaskRecord.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:103
field TaskRecord.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:107
field TaskRecord.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:103
field TaskRecord.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:107
field TaskSubmission.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:229
field TaskSubmission.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:234
field TaskSubmission.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:229
field TaskSubmission.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:234
field TaskHistoryRecord.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:144
field TaskHistoryRecord.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:146
field TaskHistoryRecord.parent_id in /tmp/.tmpcxDyU1/taskmill/src/task.rs:144
field TaskHistoryRecord.fail_fast in /tmp/.tmpcxDyU1/taskmill/src/task.rs:146
--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---
Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron
Failed in:
variant SchedulerEvent::Paused 6 -> 7 in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:116
variant SchedulerEvent::Resumed 7 -> 8 in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:118
variant SchedulerEvent::Paused 6 -> 7 in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:116
variant SchedulerEvent::Resumed 7 -> 8 in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:118
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron
Failed in:
variant TaskStatus:Waiting in /tmp/.tmpcxDyU1/taskmill/src/task.rs:28
variant TaskStatus:Waiting in /tmp/.tmpcxDyU1/taskmill/src/task.rs:28
variant SchedulerEvent:Waiting in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:114
variant SchedulerEvent:Waiting in /tmp/.tmpcxDyU1/taskmill/src/scheduler/mod.rs:114
--- failure function_missing: pub fn removed or renamed ---
Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron
Failed in:
function taskmill::resource::sampler::run_sampler, previously in file /tmp/.tmpv1zNi5/taskmill/src/resource/sampler.rs:80
--- failure struct_missing: pub struct removed or renamed ---
Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron
Failed in:
struct taskmill::resource::sampler::SmoothedReader, previously in file /tmp/.tmpv1zNi5/taskmill/src/resource/sampler.rs:41
struct taskmill::SmoothedReader, previously in file /tmp/.tmpv1zNi5/taskmill/src/resource/sampler.rs:41
struct taskmill::registry::StateMap, previously in file /tmp/.tmpv1zNi5/taskmill/src/registry.rs:24
struct taskmill::StateMap, previously in file /tmp/.tmpv1zNi5/taskmill/src/registry.rs:24
```
<details><summary><i><b>Changelog</b></i></summary><p>
<blockquote>
## [0.2.0](v0.1.1...v0.2.0)
- 2026-03-14
### Added
- *(taskmill)* add hierarchical child tasks with two-phase execution
([#2](#2))
- initial release (migrated from deepjoy/shoebox)
([#1](#1))
### Other
- Initial commit
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
taskmillcrate fromdeepjoy/shoebox/crates/taskmillinto its own standalone repositoryDetails
Taskmill is an adaptive priority work scheduler with IO-aware concurrency and SQLite persistence. It was previously an internal workspace crate in the shoebox repo and is now being published independently.
Included
release-plz.tomlwith draft PRs, semver checks, and changelog generationci.yml,release-plz.yml,pre-release.ymlNot included
deepjoy/shoeboxyet — that will happen after the first successful crates.io publish from this repo