8000 Auto-generated commit · stdlib-js/complex-float64-parse@6839a04 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6839a04

Browse files
committed
Auto-generated commit
1 parent cb8ff06 commit 6839a04

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,29 @@
66

77
## 0.0.1 (2024-06-04)
88

9+
<section class="breaking-changes">
10+
11+
### BREAKING CHANGES
12+
13+
- [`55df587`](https://github.com/stdlib-js/stdlib/commit/55df587285d107ccccdef95c18f702c60ef642bb): remove `complex/parse-float64`
14+
15+
- To migrate, users should update their require/import paths to use
16+
`@stdlib/complex-float64/parse` which provides the same API and
17+
implementation.
18+
19+
</section>
20+
21+
<!-- /.breaking-changes -->
22+
923
<section class="commits">
1024

1125
### Commits
1226

1327
<details>
1428

15-
- [`3327e78`](https://github.com/stdlib-js/stdlib/commit/3327e7838636a10cc2f69a0d5a442bfe77f1e3a6) - **build:** guard against case of no releases _(by Philipp Burckhardt)_
29+
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_
30+
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
31+
- [`55df587`](https://github.com/stdlib-js/stdlib/commit/55df587285d107ccccdef95c18f702c60ef642bb) - **remove:** remove `complex/parse-float64` _(by Athan Reines)_
1632

1733
</details>
1834

@@ -26,7 +42,7 @@
2642

2743
A total of 1 person contributed to this release. Thank you to this contributor:
2844

29-
- Philipp Burckhardt
45+
- Athan Reines
3046

3147
</section>
3248

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
193193
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64-parse.svg
194194
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64-parse
195195

196-
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=v0.0.1
197-
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:v0.0.1
196+
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=main
197+
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:main
198198

199199
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-parse/main.svg
200200
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-parse?branch=main

0 commit comments

Comments
 (0)
0