Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.3.3...v5.0.0) (2023-08-13)

* feat(logind)!: configure which session classes to process ([986e558](986e558)), closes [#366](#366)

### BREAKING CHANGES

* LogindSessionIdle now only processes sessions of type
    "user" by default. Use the new configuration option classes to also
    include other types in case you need to include them in the checks.
  • Loading branch information
semantic-release-bot committed Aug 13, 2023
1 parent 9a890a5 commit ac8e095
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4.3
4.3.3
5.0
5.0.0
12 changes: 12 additions & 0 deletions doc/source/generated_changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/languitar/autosuspend/compare/v4.3.3...v5.0.0) (2023-08-13)


* feat(logind)!: configure which session classes to process ([986e558](https://github.com/languitar/autosuspend/commit/986e558c2913bf30ebbab87025fe9722d5997aa7)), closes [#366](https://github.com/languitar/autosuspend/issues/366)


### BREAKING CHANGES

* LogindSessionIdle now only processes sessions of type
"user" by default. Use the new configuration option classes to also
include other types in case you need to include them in the checks.

## [4.3.3](https://github.com/languitar/autosuspend/compare/v4.3.2...v4.3.3) (2023-08-10)


Expand Down

0 comments on commit ac8e095

Please sign in to comment.