Bump the minor-patch group across 1 directory with 25 updates
Bumps the minor-patch group with 19 updates in the / directory:
| Package | From | To |
|---|---|---|
| once_cell | 1.19.0 |
1.20.2 |
| autocfg | 1.3.0 |
1.4.0 |
| cc | 1.1.15 |
1.1.28 |
| futures-core | 0.3.30 |
0.3.31 |
| futures-io | 0.3.30 |
0.3.31 |
| futures-task | 0.3.30 |
0.3.31 |
| futures-util | 0.3.30 |
0.3.31 |
| indexmap | 2.5.0 |
2.6.0 |
| libc | 0.2.158 |
0.2.159 |
| pkg-config | 0.3.30 |
0.3.31 |
| proc-macro-crate | 3.1.0 |
3.2.0 |
| proc-macro2 | 1.0.86 |
1.0.87 |
| regex | 1.10.6 |
1.11.0 |
| serde | 1.0.209 |
1.0.210 |
| serde_spanned | 0.6.7 |
0.6.8 |
| syn | 2.0.77 |
2.0.79 |
| temp-dir | 0.1.13 |
0.1.14 |
| thiserror | 1.0.63 |
1.0.64 |
| unicode-ident | 1.0.12 |
1.0.13 |
Updates once_cell from 1.19.0 to 1.20.2
Changelog
Sourced from once_cell's changelog.
1.20.2
- Remove
portable_atomicfrom Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.1.20.1
- Allow using
racemodule using justportable_atomic, withoutcritical_sectionand provide better error messages on targets without atomic CAS instruction, #265.
Commits
4fbd4a5release 1.20.30aef2f8Merge pull request #267 from taiki-e/portable-atomiccf87ac6Remove "portable-atomic?/require-cas" from race feature3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2eMerge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623v1.20.0f2d95bfupdate Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS- Additional commits viewable in compare view
Updates autocfg from 1.3.0 to 1.4.0
Commits
d07df66Merge pull request #73 from cuviper/release-1.4.0f6066f0Release 1.4.08af60ecMerge pull request #70 from Techcable/feature/rustc-check-cfg52a995bApply suggestions from code reviewa8703c1Attempt rust 1.0 compat for ci/verify-check-cfgac78be8Add ci test crate for check-cfg0b4a761Have emit_has methods delegate wherever possible546f7c6Fix minor doc issuese0e0f18Automatically emitrustc-check-cfgdirectives for AutoCfg1953a17Merge pull request #72 from cuviper/pretty-way- Additional commits viewable in compare view
Updates cc from 1.1.15 to 1.1.28
Release notes
Sourced from cc's releases.
cc-v1.1.28
Other
- Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)
cc-v1.1.27
Other
- Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
- Disable
CC_ENABLE_DEBUG_OUTPUTif it is set to "0" (#1234)cc-v1.1.26
Other
- Use debug version of MSVC runtime library on debug (#1231)
cc-v1.1.25
Other
- Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)
cc-v1.1.24
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
cc-v1.1.23
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
cc-v1.1.22
Other
- Don't rerun if PATH changes (#1215)
cc-v1.1.21
Other
- disable pic for targets that end in
-none(#1212)cc-v1.1.20
Other
- Add buildcache as known Rust and C/C++ compiler wrapper (#1209)
cc-v1.1.19
Other
... (truncated)
Changelog
Sourced from cc's changelog.
1.1.28 - 2024-10-06
Other
- Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#1238)
1.1.27 - 2024-10-06
Other
- Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)
- Disable
CC_ENABLE_DEBUG_OUTPUTif it is set to "0" (#1234)1.1.26 - 2024-10-06
Other
- Use debug version of MSVC runtime library on debug (#1231)
1.1.25 - 2024-10-05
Other
- Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)
1.1.24 - 2024-10-01
Other
- Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221)
- Reduce the need for the host target triple (#1224)
- Add auto cancellation for CI jobs (#1222)
1.1.23 - 2024-09-30
Other
- Update doc for detecting changes/upgrades of compilers (#1218)
1.1.22 - 2024-09-27
Other
- Don't rerun if PATH changes (#1215)
1.1.21 - 2024-09-18
Other
- disable pic for targets that end in
-none(#1212)
... (truncated)
Commits
218365echore: release (#1239)1a6a710Environment variables: For one accepting boolean, treat "0", "false" and empt...3bbb384chore: release (#1235)2b94f52Revert "Use debug version of MSVC runtime library on debug (#1231)" (#1237)39c0aafDisableCC_ENABLE_DEBUG_OUTPUTif it is set to "0" (#1234)7e9730bchore: release (#1232)c80a706Use debug version of MSVC runtime library on debug (#1231)338e434chore: release (#1229)c7f0829Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#1228)7de85ccchore: release (#1223)- Additional commits viewable in compare view
Updates futures-core from 0.3.30 to 0.3.31
Release notes
Sourced from futures-core's releases.
0.3.31
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Changelog
Sourced from futures-core's changelog.
0.3.31 - 2024-10-05
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)- Additional commits viewable in compare view
Updates futures-io from 0.3.30 to 0.3.31
Release notes
Sourced from futures-io's releases.
0.3.31
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Changelog
Sourced from futures-io's changelog.
0.3.31 - 2024-10-05
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)- Additional commits viewable in compare view
Updates futures-task from 0.3.30 to 0.3.31
Release notes
Sourced from futures-task's releases.
0.3.31
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Changelog
Sourced from futures-task's changelog.
0.3.31 - 2024-10-05
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)- Additional commits viewable in compare view
Updates futures-util from 0.3.30 to 0.3.31
Release notes
Sourced from futures-util's releases.
0.3.31
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Changelog
Sourced from futures-util's changelog.
0.3.31 - 2024-10-05
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886)- Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix.- Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)- Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.- Work around issue due to upstream
Waker::will_wakechange (#2865)- Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875)- Add
future::AlwaysReady(#2825)- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)- Additional commits viewable in compare view
Updates indexmap from 2.5.0 to 2.6.0
Changelog
Sourced from indexmap's changelog.
2.6.0 (2024-10-01)
- Implemented
Cloneformap::IntoIterandset::IntoIter.- Updated the
hashbrowndependency to version 0.15.
Commits
bf0362bMerge pull request #354 from cuviper/release-2.6.0bd0b4f7Add all release dates5340049Release 2.6.07f80229Merge pull request #343 from cuviper/hash_tablee577bf2Usehashbrown::HashTableinstead ofRawTable09b48ecMerge pull request #353 from cuviper/move_index267b83dAdd an explicit bounds check inmove_indexd74a4daMerge pull request #349 from waywardmonkeys/improve-doc-formatting5b0ed20docs: Improve doc formatting with backticks15518f3Merge pull request #348 from cuviper/clone-intoiter- Additional commits viewable in compare view
Updates libc from 0.2.158 to 0.2.159
Release notes
Sourced from libc's releases.
0.2.159
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Changelog
Sourced from libc's changelog.
0.2.159 - 2024-09-24
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Commits
7373a1achore: release (#3862)48668beMerge pull request #3931 from tgross35/backport-remove-tmp-file28bb64bRemove temporary file that was added by accidenta515d07Merge pull request #3904 from tgross35/backport-buildrs-fixabcb8f8Simplify the RUSTC_WRAPPER check5078335Fix rustc version whenclippy-driveris used57a7d46Merge pull request #3902 from tgross35/backport-horizon-networka3e8869Revise network definitions for HorizonOSfdd3a26Merge pull request #3900 from tgross35/espid-cherry-pick35060e8Merge pull request #3901 from tgross35/backport-epoll_pwait2- Additional commits viewable in compare view
Updates pkg-config from 0.3.30 to 0.3.31
Changelog
Sourced from pkg-config's changelog.
[0.3.31] - 2024-09-23
Fixed
- Remove double
cargo:prefix from linker line (#168).
Commits
91fcbdbMerge pull request #170 from rust-lang/release-0.3.316a3b044Release 0.3.31525be2fMerge pull request #168 from kornelski/cargo-cargod521588Fix double cargo: prefixdc3b7b6Merge pull request #166 from kornelski/ed201875847d1ci: Add Cargo.lock that works with Rust 1.31 (MSRV)583f2f4ci: Clean up cargo fmt step02f7519Update to edition 2018246ece2Merge pull request #163 from nomyfan/style/immutable7ceec77style: support 1.30.0- Additional commits viewable in compare view
Updates proc-macro-crate from 3.1.0 to 3.2.0
Release notes
Sourced from proc-macro-crate's releases.
v3.2.0
What's Changed
- Upgrade all dependencies by
@bkchrin bkchr/proc-macro-crate#52Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v3.0.1...v3.2.0
Commits
- See full diff in compare view
Updates proc-macro2 from 1.0.86 to 1.0.87
Release notes
Sourced from proc-macro2's releases.
1.0.87
- Check valid punctuation character in
Punct::new(#470)
Commits
50b477dRelease 1.0.87f0b6802Merge pull request #471 from dtolnay/punctnew98ea261Check valid punctuation character in Punct::newd60aaadIgnore missing_panics_doc pedantic clippy lint27061afIgnore needless_lifetimes clippy lint9c1d3ebUpload CI Cargo.lock for reproducing failures- See full diff in compare view
Updates regex from 1.10.6 to 1.11.0
Changelog
Sourced from regex's changelog.
1.11.0 (2024-09-29)
This is a new minor release of
regexthat brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used byregexinternally to the version 16 release.New features:
- [FEATURE #1228](rust-lang/regex#1228): Add new
regex::SetMatches::matched_allmethod.- [FEATURE #1229](rust-lang/regex#1229): Update to Unicode Character Database (UCD) version 16.
Commits
bcbe4031.11.09e17e56deps: bump regex-automata58e16f5regex-automata-0.4.84bb1e3ddeps: bump regex-syntaxcba0fbcregex-syntax-0.8.51533257changelog: 1.11.09239e7edata: update to UCD 167691e49cli: include \w, \s and \d in Unicode data table generationb790aa5api: add SetMatches::matched_alld3d3ff7cli: remove some dead code- Additional commits viewable in compare view
Updates regex-automata from 0.4.7 to 0.4.8
Commits
- See full diff in compare view
Updates regex-syntax from 0.8.4 to 0.8.5
Commits
- See full diff in compare view
Updates serde from 1.0.209 to 1.0.210
Release notes
Sourced from serde's releases.
v1.0.210
- Support serializing and deserializing
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks@MathiasKoch)- Make
serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)
Commits
89c4b02Release 1.0.210eeb8e44Merge pull request #2818 from dtolnay/coreerror785c2d9Stabilize no-std StdError traitd549f04Reformat parse_ip_impl definition and calls4c0dd63Delete attr support from core::net deserialization macros26fb134Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614bMerge pull request #2817 from dtolnay/corenetb1f899fDelete doc(cfg) attribute from impls that are supported in no-stdb4f860eMerge pull request #2816 from MathiasKoch/chore/core-netd940fe1Reuse existing Buf wrapper as replacement for std::io::Write- Additional commits viewable in compare view
Updates serde_derive from 1.0.209 to 1.0.210
Release notes
Sourced from serde_derive's releases.
v1.0.210
- Support serializing and deserializing
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks@MathiasKoch)- Make
serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)
Commits
89c4b02Release 1.0.210eeb8e44Merge pull request #2818 from dtolnay/coreerror785c2d9Stabilize no-std StdError traitd549f04Reformat parse_ip_impl definition and calls4c0dd63Delete attr support from core::net deserialization macros26fb134Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614bMerge pull request #2817 from dtolnay/corenetb1f899fDelete doc(cfg) attribute from impls that are supported in no-stdb4f860eMerge pull request #2816 from MathiasKoch/chore/core-netd940fe1Reuse existing Buf wrapper as replacement for std::io::Write- Additional commits viewable in compare view
Updates serde_spanned from 0.6.7 to 0.6.8
Description has been truncated