Skip to content

Commit

Permalink
Merge pull request #6 from nikstur/v0.2.0
Browse files Browse the repository at this point in the history
treewide: release 0.2.0
  • Loading branch information
nikstur authored Sep 10, 2024
2 parents 20e94b0 + cb464e0 commit 955575c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2.0 (unreleased)
## 0.2.0

- /etc/{group,passwd,shadow} are now sorted by GID/UID. This follows the
behaviour of systemd-sysusers, update-users-groups.pl and generally what the
Expand Down
2 changes: 1 addition & 1 deletion rust/userborn/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/userborn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "userborn"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 955575c

Please sign in to comment.