Skip to content

Commit d7e6aa1

Browse files
author
Bhargav
committed
0.1.0
1 parent b77d6d5 commit d7e6aa1

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/dart.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --in=coverage/test/ --out=coverage/lcov.info --report-on=lib/ --lcov --check-ignore
4040

4141
- name: Coveralls GitHub Action
42+
if: false
4243
uses: coverallsapp/github-action@v2.1.2
4344

4445
- name: Pub publish (dry-run)

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
- Initial development release
4+
15
## 0.1.0-rc.0
26

37
- Release candidate for `0.1.0`

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[![Version](https://img.shields.io/pub/v/op)](https://pub.dev/packages/op)
66
[![Build Status](https://github.com/dkin-om/op/actions/workflows/.github/workflows/dart.yml/badge.svg?branch=master)](https://github.com/dkin-om/op/actions)
7-
[![Coverage Status](https://coveralls.io/repos/github/dkin-om/op/badge.svg)](https://coveralls.io/github/dkin-om/op)
87
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/dkin-om/op/blob/master/LICENSE)
98

109
A Dart library defining interfaces for mathematical operations, such as addition and multiplication

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: op
2-
version: 0.1.0-rc.0
2+
version: 0.1.0
33
description: A Dart library defining interfaces for mathematical operations, such as addition and multiplication
44
repository: https://github.com/dkin-om/op.git
55
issue_tracker: https://github.com/dkin-om/op/issues

0 commit comments

Comments
 (0)