UPDATE: Updates dates and adds docs link
This commit is contained in:
2
.github/workflows/test-coverage.yaml
vendored
2
.github/workflows/test-coverage.yaml
vendored
@@ -18,6 +18,6 @@ jobs:
|
|||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|||||||
@@ -3,11 +3,14 @@
|
|||||||
[![MIT licensed][mit-badge]][mit-url]
|
[![MIT licensed][mit-badge]][mit-url]
|
||||||
[![Build Status][actions-badge]][actions-url]
|
[![Build Status][actions-badge]][actions-url]
|
||||||
[](https://codecov.io/gh/ironcalc/IronCalc)
|
[](https://codecov.io/gh/ironcalc/IronCalc)
|
||||||
|
[![docs-badge]][docs-url]
|
||||||
|
|
||||||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||||
[mit-url]: https://github.com/ironcalc/ironcalc/blob/master/LICENSE
|
[mit-url]: https://github.com/ironcalc/ironcalc/blob/master/LICENSE
|
||||||
[actions-badge]: https://github.com/ironcalc/ironcalc/actions/workflows/rust-build-test.yaml/badge.svg
|
[actions-badge]: https://github.com/ironcalc/ironcalc/actions/workflows/rust-build-test.yaml/badge.svg
|
||||||
[actions-url]: https://github.com/ironcalc/ironcalc/actions?query=workflow%3ACI+branch%3Amaster
|
[actions-url]: https://github.com/ironcalc/ironcalc/actions?query=workflow%3ACI+branch%3Amaster
|
||||||
|
[docs-url]: https://docs.rs/ironcalc
|
||||||
|
[docs-badge]: https://img.shields.io/docsrs/ironcalc?logo=rust&style=flat-square
|
||||||
|
|
||||||
IronCalc is a new, modern, work-in-progress spreadsheet engine and set of tools to work with spreadsheets in diverse settings.
|
IronCalc is a new, modern, work-in-progress spreadsheet engine and set of tools to work with spreadsheets in diverse settings.
|
||||||
|
|
||||||
@@ -62,12 +65,12 @@ $ cargo doc --no-deps
|
|||||||
|
|
||||||
Major milestones:
|
Major milestones:
|
||||||
|
|
||||||
* MVP, version 0.5.0: We intend to have a working version by mid January 2024 (version 0.5, MVP)
|
* MVP, version 0.5.0: We intend to have a working version by mid March 2024 (version 0.5, MVP)
|
||||||
* Stable, version 1.0.0 will come later in December 2024
|
* Stable, version 1.0.0 will come later in December 2024
|
||||||
|
|
||||||
MVP stands for _Minimum Viable Product_
|
MVP stands for _Minimum Viable Product_
|
||||||
|
|
||||||
## Version 0.5 or MVP (15 January 2024)
|
## Version 0.5 or MVP (15 March 2024)
|
||||||
|
|
||||||
Version 0.5 includes the engine, javascript and nodejs bindings and a web application
|
Version 0.5 includes the engine, javascript and nodejs bindings and a web application
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user