Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the CHANGELOG for 0.6.0 #206

Merged
merged 1 commit into from Mar 30, 2020
Merged

Update the CHANGELOG for 0.6.0 #206

merged 1 commit into from Mar 30, 2020

Conversation

Yatekii
Copy link
Member

@Yatekii Yatekii commented Mar 30, 2020

No description provided.

CHANGELOG.md Outdated Show resolved Hide resolved
@Yatekii Yatekii force-pushed the update-changelog branch 2 times, most recently from f75067b to bf6df56 Compare March 30, 2020 14:01
@Yatekii Yatekii merged commit e62b216 into master Mar 30, 2020
@Yatekii Yatekii deleted the update-changelog branch March 30, 2020 21:39
Tiwalun pushed a commit that referenced this pull request Jan 13, 2023
203: Bump serde from 1.0.123 to 1.0.125 r=Yatekii a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.123 to 1.0.125.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.125</h2>
<ul>
<li>Improve performance of serializing <code>Ipv4Addr</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2001">#2001</a>, thanks <a href="https://github.com/saethlin"><code>@​saethlin</code></a>)</li>
</ul>
<h2>v1.0.124</h2>
<ul>
<li>Fix possible panic deserializing invalid data as <code>SystemTime</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1997">#1997</a>, thanks <a href="https://github.com/cyang1"><code>@​cyang1</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/e9270e59f0c46817899dd61119674396f24c2b3e"><code>e9270e5</code></a> Release 1.0.125</li>
<li><a href="https://github.com/serde-rs/serde/commit/72060b779a6411800f0e7052898133539b6b4713"><code>72060b7</code></a> Extend test_format_u8 to include u8::MAX</li>
<li><a href="https://github.com/serde-rs/serde/commit/1bb23ad9d1a8a4eacbbb94ad5f230712dfa95c3c"><code>1bb23ad</code></a> Remove format_u8 when not used by Ipv4Addr impl</li>
<li><a href="https://github.com/serde-rs/serde/commit/9be4c9654a656744d6fbd3bb25a1b076fee693af"><code>9be4c96</code></a> Merge pull request 2001 from saethlin/optimize-ipaddr</li>
<li><a href="https://github.com/serde-rs/serde/commit/4114e90bac00726a404353fd507024137a0fce49"><code>4114e90</code></a> Fix off-by-one mistake, explain the offset</li>
<li><a href="https://github.com/serde-rs/serde/commit/8bb07b074323fd80cf2c2064eb776ade7a98cf62"><code>8bb07b0</code></a> skip UTF8 checking and initialize with b'.'</li>
<li><a href="https://github.com/serde-rs/serde/commit/ba8c1d63c84822b8ea432a5f3114b6031fb1135d"><code>ba8c1d6</code></a> use the algorithm from itoa</li>
<li><a href="https://github.com/serde-rs/serde/commit/857a805993025734201e228e14537f0397bfb8ea"><code>857a805</code></a> Faster Ipv4 serialization prototype</li>
<li><a href="https://github.com/serde-rs/serde/commit/5a8dcac2ed1407fab3f7fd23f2d56af42dcd448f"><code>5a8dcac</code></a> Release 1.0.124</li>
<li><a href="https://github.com/serde-rs/serde/commit/697b082e90ea4c8204786d74d7271b0c27a63bd6"><code>697b082</code></a> Touch up PR 1997</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.123...v1.0.125">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.123&new-version=1.0.125)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually


</details>

206: Bump anyhow from 1.0.38 to 1.0.40 r=Yatekii a=dependabot[bot]

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.40.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.40</h2>
<ul>
<li>Reduce memory footprint of errors on Rust versions 1.51+ (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/145">#145</a>)</li>
</ul>
<h2>1.0.39</h2>
<ul>
<li>
<p>Add an opt-in implementation of <a href="https://docs.rs/anyhow/1.0.39/anyhow/struct.Error.html#method.backtrace"><code>Error::backtrace</code></a> on stable compilers based on the <code>backtrace</code> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/143">#143</a>)</p>
<pre lang="toml"><code>[dependencies]
anyhow = { version = &quot;1.0&quot;, features = [&quot;backtrace&quot;] }
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/704622f25d098b9e9925b93fbe2540745ff73f92"><code>704622f</code></a> Release 1.0.40</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/64ac0c00a91ef92f9b74d589bd76fe2006037a24"><code>64ac0c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/145">#145</a> from dtolnay/addrof</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/ef082670ea0521eb5ab1f33119a64ac3896dda5e"><code>ef08267</code></a> Eliminate functionally duplicate vtable methods on rustc 1.51+</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/1295b1fef990b9b5a2414f5a30147d376f88654c"><code>1295b1f</code></a> Add additional builds on 1.50 and 1.51 validating addr_of codepath</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/be89adf4031fec929d91cb50cc8a1c73ae78f45a"><code>be89adf</code></a> Detect whether ptr::addr_of is supported by current compiler</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/ac64560c4263f429b2e42f2314348ee537f289b9"><code>ac64560</code></a> Switch object_ref return from real ref to Ref ptr</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/2987c9b59e47741ffa347847884785e93925993a"><code>2987c9b</code></a> Ignore redundant_else pedantic clippy lint</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/827bb9d4c6a8271e21a17496b931cd1fa992b740"><code>827bb9d</code></a> Catch some warnings in addr_of-related codepaths</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/ce0041866db4dedb0109aeed412ab2532342aba7"><code>ce00418</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/144">#144</a> from dtolnay/ptr</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/3c32aa7dcd60efa96d1bb6b4d20bb925a432b1e8"><code>3c32aa7</code></a> Relax Sized bound on Own, Ref, Mut ptrs</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.40">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.38&new-version=1.0.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually


</details>

208: Bump goblin from 0.3.4 to 0.4.0 r=Yatekii a=dependabot[bot]

Bumps [goblin](https://github.com/m4b/goblin) from 0.3.4 to 0.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/m4b/goblin/blob/master/CHANGELOG.md">goblin's changelog</a>.</em></p>
<blockquote>
<h2>[0.4.0] - 2021-4-11</h2>
<h3>BREAKING</h3>
<ul>
<li>elf: fix returning invalid ranges for SH_NOBIT sections,
method changed to return optional range instead, thanks <a href="https://github.com/Tiwalun"><code>@​Tiwalun</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/253">m4b/goblin#253</a></li>
</ul>
<h3>Fixed</h3>
<p>pe: pass parse opts correctly in pe parser in lookup table, fixes some issues loading and parsing pe libraries: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/268">m4b/goblin#268</a>
elf: remove unnecessary unsafe blocks, thanks <a href="https://github.com/nico-abram"><code>@​nico-abram</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/261">m4b/goblin#261</a>
elf: replace pub type with pub use, thanks <a href="https://github.com/sollyucko"><code>@​sollyucko</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/259">m4b/goblin#259</a></p>
<h3>Added</h3>
<p>elf: add a lazy parse example, thanks <a href="https://github.com/jesseui"><code>@​jesseui</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/258">m4b/goblin#258</a>
elf: add a new fuzzing harness + fix overflows in hash functions and note data iterator construction, thanks <a href="https://github.com/Mrmaxmeier"><code>@​Mrmaxmeier</code></a>: <a href="https://github-redirect.dependabot.com/m4b/goblin/pull/260">m4b/goblin#260</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/m4b/goblin/commit/54405549abf226eafe3db62cf26757bd7af1e13b"><code>5440554</code></a> build: bump version to 0.4.0</li>
<li><a href="https://github.com/m4b/goblin/commit/cb68aa20de65290044b497cb7cb887b44419631c"><code>cb68aa2</code></a> build: update changelog, update contributors, update readme</li>
<li><a href="https://github.com/m4b/goblin/commit/a8490f608b84982faabdd28015762574216d994f"><code>a8490f6</code></a> build: add 3 new contributors</li>
<li><a href="https://github.com/m4b/goblin/commit/bad24abacf71a48aa05f29a3406697c2d647dc8e"><code>bad24ab</code></a> pe:import:SyntheticImportDirectoryEntry use parse_with_opts (fixes <a href="https://github-redirect.dependabot.com/m4b/goblin/issues/267">#267</a>)</li>
<li><a href="https://github.com/m4b/goblin/commit/70a79bf5dee271c2ffae2fc98331955470e406d5"><code>70a79bf</code></a> tests.elf: Replace unchecked unsafe slicing with regular slicing</li>
<li><a href="https://github.com/m4b/goblin/commit/48f6ad968309cb0acfc0364d269763572cc35c6a"><code>48f6ad9</code></a> elf: Fix arithmetic debug assertions (<a href="https://github-redirect.dependabot.com/m4b/goblin/issues/260">#260</a>)</li>
<li><a href="https://github.com/m4b/goblin/commit/578c790aea7b702ce190baaaac5a7d7057a72736"><code>578c790</code></a> pe.data_directories: replace unsafe get_unchecked calls with direct indexing</li>
<li><a href="https://github.com/m4b/goblin/commit/45297b7fb913c9f649b09e62a6d35f3f16e82d93"><code>45297b7</code></a> example: add lazy parse example</li>
<li><a href="https://github.com/m4b/goblin/commit/a6866dc1aec902768f8168f9cc9ea7d06faa59e6"><code>a6866dc</code></a> elf: replace <code>pub type</code> with <code>pub use</code> (fixes <a href="https://github-redirect.dependabot.com/m4b/goblin/issues/257">#257</a>) (<a href="https://github-redirect.dependabot.com/m4b/goblin/issues/259">#259</a>)</li>
<li><a href="https://github.com/m4b/goblin/commit/d2431a9831d5699b1677596005598e145f7a9a6d"><code>d2431a9</code></a> build: add two new contributors, and their related projects</li>
<li>Additional commits viewable in <a href="https://github.com/m4b/goblin/compare/0.3.4...0.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=goblin&package-manager=cargo&previous-version=0.3.4&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Yatekii pushed a commit that referenced this pull request Jan 13, 2023
206: Bump anyhow from 1.0.47 to 1.0.48 r=Yatekii a=dependabot[bot]

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.47 to 1.0.48.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.48</h2>
<ul>
<li>
<p>Include a <code>Debug</code> rendering of lhs and rhs in <code>ensure!</code> messages (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/193">#193</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/194">#194</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/195">#195</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/196">#196</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/197">#197</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/198">#198</a>)</p>
<h3>Example:</h3>
<pre lang="rust"><code>ensure!(flags.len() &lt;= 40);
</code></pre>
<pre lang="rust"><code>ensure!(kind == Kind::File);
</code></pre>
<p>Before:</p>
<pre lang="console"><code>Condition failed: `flags.len() &lt;= 40`
Condition failed: `kind == Kind::File`
</code></pre>
<p>After:</p>
<pre lang="console"><code>Condition failed: `flags.len() &lt;= 40` (99 vs 40)
Condition failed: `kind == Kind::File` (Symlink vs File)
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/f4269d5c90e605be448eb6ec91559749b1f1cfde"><code>f4269d5</code></a> Release 1.0.48</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/13f8f0194383ed08ff09d51deabbea00e3a5a8e4"><code>13f8f01</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/198">#198</a> from dtolnay/ensure</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/c5068a811803edb6a4ab7d5e4c69b81f1d4eb3dc"><code>c5068a8</code></a> Suppress clippy lints exposed by spans fix</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/0b5c75834c52f382a8ec52f5bb03b70a4da0e50f"><code>0b5c758</code></a> Use a real unsafe expr for the unsafe test</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/34df4ccb6c2256a7c9d725df4c6b417154840438"><code>34df4cc</code></a> Preserve spans of all punctuation and keyword tokens in ensure</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/bf31e76581569e17f8030e9476ab24d376e42dc2"><code>bf31e76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/197">#197</a> from dtolnay/ensure</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/a574356b166889f1e35b9f474f889b62fa31bd79"><code>a574356</code></a> Restore no_std support where String isn't in prelude</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/6f3b70e0af900e5173a5ba79e9684b9e7a3ca91f"><code>6f3b70e</code></a> Format with rustfmt 1.4.38</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/7d8ba9518437a285b9c9f9f4b2759dea5a4d827b"><code>7d8ba95</code></a> Preallocate space for rendered ensure message</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/b75dcd2203df985c900931cc66d14dea1fee7583"><code>b75dcd2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/196">#196</a> from dtolnay/ensure</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.47...1.0.48">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.47&new-version=1.0.48)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
burrbull pushed a commit to burrbull/probe-rs that referenced this pull request Feb 27, 2023
206: fix unwinding exceptions that push FPU registers onto the stack r=jonas-schievink a=japaric

the correct value of constant EXC_RETURN_MARKER is 0xFFFF_FFE0 but the value was typo-ed in the
refactor part of PR probe-rs#163 probe-rs#203 

knurling-rs/probe-run@226c693#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fcL755

Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants