Skip to content

Commit

Permalink
Merge pull request #263 from stanislav-tkach/release-3-0-5
Browse files Browse the repository at this point in the history
Release the 3.0.5 version
  • Loading branch information
stanislav-tkach authored May 13, 2021
2 parents 72d7284 + ef624fe commit 2c16f21
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.0.5] (2021-05-13)

- Raspberry Pi OS support has been added. (#262)

## [3.0.4] (2021-04-28)

- Compilation for the DragonFly BSD operating system has been fixed. (#260)
Expand Down Expand Up @@ -211,7 +215,8 @@ All notable changes to this project will be documented in this file.

The first release containing only minor infrastructural changes and based on [os_type](https://github.com/schultyy/os_type).

[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.0.4...HEAD
[Unreleased]: https://github.com/stanislav-tkach/os_info/compare/v3.0.5...HEAD
[3.0.5]: https://github.com/stanislav-tkach/os_info/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/stanislav-tkach/os_info/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/stanislav-tkach/os_info/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/stanislav-tkach/os_info/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "os_info"
path = "src/main.rs"

[dependencies]
os_info = { version = "3.0.4", default-features = false, path = "../os_info" }
os_info = { version = "3.0.5", default-features = false, path = "../os_info" }
log = "0.4.5"
env_logger = "0.8.1"
structopt = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ manjaro
msvc
nixos
println
raspberry
raspbian
redhat
rhel
serde
Expand All @@ -20,5 +22,3 @@ toml
ulyana
winapi
xenial
raspbian
Raspberry
2 changes: 1 addition & 1 deletion os_info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os_info"
version = "3.0.4"
version = "3.0.5"
authors = ["Jan Schulte <[email protected]>", "Stanislav Tkach <[email protected]>"]
description = "Detect the operating system type and version."
documentation = "https://docs.rs/os_info"
Expand Down
1 change: 1 addition & 0 deletions os_info/src/linux/lsb_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ mod tests {
Codename: n/a\n\
"
}

fn raspberry_os_file() -> &'static str {
"LSB Version: n/a\n\
Distributor ID: Raspbian\n\
Expand Down

0 comments on commit 2c16f21

Please sign in to comment.