diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e523e14..feaa6abdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## 0.1.0 -- Not yet released +- The first formally versioned release of ROHD-HCL. diff --git a/pubspec.yaml b/pubspec.yaml index 342c3afe9..d3faf4a19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,10 @@ name: rohd_hcl description: ROHD Hardware Component Library -version: 0.0.1 +version: 0.1.0 homepage: https://intel.github.io/rohd-website/ repository: https://github.com/intel/rohd-hcl issue_tracker: https://github.com/intel/rohd-hcl/issues documentation: https://intel.github.io/rohd-hcl/rohd_hcl/rohd_hcl-library.html -publish_to: none environment: sdk: '>=3.0.0 <4.0.0' @@ -17,4 +16,4 @@ dependencies: dev_dependencies: logging: ^1.0.1 - test: ^1.21.0 + test: ^1.25.0