Bump the patch version and update the relevant files

This commit is contained in:
adithyaov 2021-12-04 01:16:17 +05:30 committed by Adithya Kumar
parent c04060d233
commit 19ed6fc240
7 changed files with 19 additions and 14 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
GHC_VERSION=8.10.4
STREAMLY_VERSION=0.8.1
STREAMLY_VERSION=0.8.1.1
case `uname` in
Darwin) SYSTEM=x86_64-osx;;

View File

@ -2,7 +2,7 @@
SCRIPT_DIR=$(dirname $0)
STREAMLY_VERSION=0.8.1
STREAMLY_VERSION=0.8.1.1
BENCH_REPORT_DIR=benchmark/bench-report
source $SCRIPT_DIR/targets.sh

18
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for streamly 0.8.1.
# Generated by GNU Autoconf 2.71 for streamly 0.8.1.1.
#
# Report bugs to <streamly@composewell.com>.
#
@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='streamly'
PACKAGE_TARNAME='streamly'
PACKAGE_VERSION='0.8.1'
PACKAGE_STRING='streamly 0.8.1'
PACKAGE_VERSION='0.8.1.1'
PACKAGE_STRING='streamly 0.8.1.1'
PACKAGE_BUGREPORT='streamly@composewell.com'
PACKAGE_URL='https://streamly.composewell.com'
@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures streamly 0.8.1 to adapt to many kinds of systems.
\`configure' configures streamly 0.8.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1318,7 +1318,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of streamly 0.8.1:";;
short | recursive ) echo "Configuration of streamly 0.8.1.1:";;
esac
cat <<\_ACEOF
@ -1404,7 +1404,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
streamly configure 0.8.1
streamly configure 0.8.1.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1674,7 +1674,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by streamly $as_me 0.8.1, which was
It was created by streamly $as_me 0.8.1.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -4028,7 +4028,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by streamly $as_me 0.8.1, which was
This file was extended by streamly $as_me 0.8.1.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4084,7 +4084,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
streamly config.status 0.8.1
streamly config.status 0.8.1.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View File

@ -3,7 +3,7 @@
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
# the macros used in this file.
AC_INIT([streamly], [0.8.1], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
AC_INIT([streamly], [0.8.1.1], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
# To suppress "WARNING: unrecognized options: --with-compiler"
AC_ARG_WITH([compiler], [GHC])

View File

@ -4,6 +4,11 @@ please see https://github.com/composewell/streamly/issues.
Use `git shortlog -sn tag1...tag2` on the git repository to get a list of
contributors between two repository tags.
## 0.8.1.1
* Harendra Kumar
* Julian Ospald
## 0.8.1
* Harendra Kumar

View File

@ -204,7 +204,7 @@ You can also ask `cabal` to use a specific version of `streamly` by
adding a version number constraint to the `--build-depends` flag:
```
$ cabal repl --build-depends streamly==0.8.1
$ cabal repl --build-depends streamly==0.8.1.1
[1 of 1] Compiling Main ( Main.hs, interpreted )
Ok, modules loaded: Main.
*Main>

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: streamly
version: 0.8.1
version: 0.8.1.1
synopsis: Dataflow programming and declarative concurrency
description:
Browse the documentation at https://streamly.composewell.com.