Skip to content

Commit

Permalink
Prepare whoami v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Mar 20, 2024
1 parent 0f32409 commit 89a7570
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [1.5.2] - 2024-03-19

### Changed

- Update redox\_syscall to 0.5

## [1.5.1] - 2024-03-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whoami"
version = "1.5.1"
version = "1.5.2"
edition = "2018"
license = "Apache-2.0 OR BSL-1.0 OR MIT"
documentation = "https://docs.rs/whoami"
Expand Down
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Make sure whome is updated to the whoami testing branch.
```shell
mkdir -p build/redox/cookbook/recipes/demos/whome/
cp recipe.toml build/redox/cookbook/recipes/demos/whome/
cp build/redox/config/desktop.toml config/x86_64/ardaku.toml
cp build/redox/config/desktop.toml build/redox/config/x86_64/ardaku.toml
```

In `config/x86_64/ardaku.toml`, under `[packages]`:
Expand Down

0 comments on commit 89a7570

Please sign in to comment.