Skip to content

Commit

Permalink
changelog record
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Feb 10, 2019
1 parent 3a6db8e commit 3b073fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 6.0.6
- Pedantic package integration added
- Some linter issues fixed

## 6.0.5
- Coveralls integration added
- dartfm check task added
Expand Down
3 changes: 2 additions & 1 deletion autotests.sh
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
#!/bin/bash

pub run build_runner test -- -p vm
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: ml_algo
description: Machine learning algorithms written with native dart (without bindings to any popular ML libraries, just pure Dart implementation)
version: 6.0.5
version: 6.0.6
author: Ilia Gyrdymov <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_algo

Expand Down

0 comments on commit 3b073fe

Please sign in to comment.