Skip to content

bump!: to v1.0.0-rc.9 - #116

Merged
geofmureithi merged 1 commit into
mainfrom
bump/v1.0.0-rc.9
Sep 16, 2026
Merged

geofmureithi merged 1 commit into
mainfrom
bump/v1.0.0-rc.9

Conversation

@geofmureithi

Copy link
Copy Markdown
Member

Description

bump: to v1.0.0-rc.9

Type of Change

  • New Release

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • I have run the existing tests and they pass
  • I have run cargo fmt and cargo clippy

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Notes

  • Breaking changes in Config and PostgresStorage
let config = Config::default()
            .queue("sample")
            .batch_size(50)
            .lock_tasks(false);
let mut backend = PostgresStorage::new(&pool).with_config(config);

@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

@geofmureithi geofmureithi changed the title bump: to v1.0.0-rc.9 bump!: to v1.0.0-rc.9 Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant