You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Replace pkg/errors with Go 1.13 native errors #123.
13
+
12
14
### Changed
13
15
14
16
### Deprecated
@@ -17,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
18
20
### Fixed
19
21
22
+
## [1.8.1]
23
+
24
+
### Fixed
25
+
26
+
- Report OS name as Windows 11 when version is >= 10.0.22000. [#118](https://github.com/elastic/go-sysinfo/issues/118)[#121](https://github.com/elastic/go-sysinfo/pull/121)
27
+
20
28
## [1.8.0]
21
29
22
30
### Added
@@ -100,8 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
108
101
109
### Fixed
102
110
103
-
- Fixed a leak when calling the CommandLineToArgv function. [#51](https://github.com/redanthrax/go-sysinfo/pull/51)
104
-
- Fixed a crash when calling the CommandLineToArgv function. [#58](https://github.com/redanthrax/go-sysinfo/pull/58)
111
+
- Fixed a leak when calling the CommandLineToArgv function. [#51](https://github.com/elastic/go-sysinfo/pull/51)
112
+
- Fixed a crash when calling the CommandLineToArgv function. [#58](https://github.com/elastic/go-sysinfo/pull/58)
105
113
106
114
## [1.0.1] - 2019-05-08
107
115
@@ -129,18 +137,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129
137
130
138
- Changed the host containerized check to reduce false positives. [#42](https://github.com/redanthrax/go-sysinfo/pull/42)[#43](https://github.com/redanthrax/go-sysinfo/pull/43)
0 commit comments