From 3d0a9e64e1899e69b33ae94a8b04ebb5576fcc24 Mon Sep 17 00:00:00 2001 From: dievsky Date: Tue, 12 Feb 2019 12:34:45 +0100 Subject: [PATCH] Bumped big version to 0.8.4 --- CHANGES | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 70fcee1..ef0af04 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,16 @@ big Changelog Here you can see the full list of changes between each big release. +Version 0.8.4 +------------- + +Released on Feb 12th 2019 + +New +- `ExtendedBedEntry.getField` is a public method that returns the `i`th field of the entry + as an instance of a correct type, whatever that might be, with no need for conversion + to and from `String`. + Version 0.8.3 ------------- diff --git a/gradle.properties b/gradle.properties index a220548..af5e523 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ groupId=org.jetbrains.bio -version=0.8.3 +version=0.8.4