Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.0.0](https://github.com/snakemake/snakefmt/compare/v0.11.5...v1.0.0) (2026-03-20)


### ⚠ BREAKING CHANGES

* The default formatting behaviour has changed. snakefmt will now automatically reorder rule directives. Users can explicitly opt out by using the `--no-sort` CLI flag.

### Features

* enable sorting of rule directives ([#277](https://github.com/snakemake/snakefmt/issues/277)) ([582a155](https://github.com/snakemake/snakefmt/commit/582a1552bc630aa02b68955e65066b53189d63cc))

## [0.11.5](https://github.com/snakemake/snakefmt/compare/v0.11.4...v0.11.5) (2026-03-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "snakefmt"
version = "0.11.5"
version = "1.0.0"
description = "The uncompromising Snakemake code formatter"
authors = [
{ name = "Michael Hall", email = "mhaldini@icloud.com" },
Expand Down