From 9a738daf27da767e3f7322fd6538032b09297890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sat, 10 Feb 2024 16:50:44 +0100 Subject: [PATCH] UPDATE: Updates dates and adds docs link --- .github/workflows/test-coverage.yaml | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 29cff7c..019132a 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -18,6 +18,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info fail_ci_if_error: true diff --git a/README.md b/README.md index cf0fbbc..c83e559 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ [![MIT licensed][mit-badge]][mit-url] [![Build Status][actions-badge]][actions-url] [![codecov](https://codecov.io/gh/ironcalc/IronCalc/graph/badge.svg?token=ASJX12CHNR)](https://codecov.io/gh/ironcalc/IronCalc) +[![docs-badge]][docs-url] [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [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-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. @@ -62,12 +65,12 @@ $ cargo doc --no-deps 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 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