Skip to content

Commit 9e363a3

Browse files
adithyaovharendra-kumar
authored andcommitted
Bump streamly and streamly-core to the next expected release version
1 parent b685efe commit 9e363a3

File tree

8 files changed

+27
-23
lines changed

8 files changed

+27
-23
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for streamly 0.11.0.
3+
# Generated by GNU Autoconf 2.72 for streamly 0.12.0.
44
#
55
# Report bugs to <streamly@composewell.com>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='streamly'
605605
PACKAGE_TARNAME='streamly'
606-
PACKAGE_VERSION='0.11.0'
607-
PACKAGE_STRING='streamly 0.11.0'
606+
PACKAGE_VERSION='0.12.0'
607+
PACKAGE_STRING='streamly 0.12.0'
608608
PACKAGE_BUGREPORT='streamly@composewell.com'
609609
PACKAGE_URL='https://streamly.composewell.com'
610610

@@ -1217,7 +1217,7 @@ if test "$ac_init_help" = "long"; then
12171217
# Omit some internal or obsolete options to make the list less imposing.
12181218
# This message is too long to be a string in the A/UX 3.1 sh.
12191219
cat <<_ACEOF
1220-
'configure' configures streamly 0.11.0 to adapt to many kinds of systems.
1220+
'configure' configures streamly 0.12.0 to adapt to many kinds of systems.
12211221
12221222
Usage: $0 [OPTION]... [VAR=VALUE]...
12231223
@@ -1279,7 +1279,7 @@ fi
12791279

12801280
if test -n "$ac_init_help"; then
12811281
case $ac_init_help in
1282-
short | recursive ) echo "Configuration of streamly 0.11.0:";;
1282+
short | recursive ) echo "Configuration of streamly 0.12.0:";;
12831283
esac
12841284
cat <<\_ACEOF
12851285
@@ -1365,7 +1365,7 @@ fi
13651365
test -n "$ac_init_help" && exit $ac_status
13661366
if $ac_init_version; then
13671367
cat <<\_ACEOF
1368-
streamly configure 0.11.0
1368+
streamly configure 0.12.0
13691369
generated by GNU Autoconf 2.72
13701370
13711371
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1544,7 +1544,7 @@ cat >config.log <<_ACEOF
15441544
This file contains any messages produced by compilers while
15451545
running configure, to aid debugging if configure makes a mistake.
15461546
1547-
It was created by streamly $as_me 0.11.0, which was
1547+
It was created by streamly $as_me 0.12.0, which was
15481548
generated by GNU Autoconf 2.72. Invocation command line was
15491549
15501550
$ $0$ac_configure_args_raw
@@ -4006,7 +4006,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40064006
# report actual input values of CONFIG_FILES etc. instead of their
40074007
# values after options handling.
40084008
ac_log="
4009-
This file was extended by streamly $as_me 0.11.0, which was
4009+
This file was extended by streamly $as_me 0.12.0, which was
40104010
generated by GNU Autoconf 2.72. Invocation command line was
40114011
40124012
CONFIG_FILES = $CONFIG_FILES
@@ -4062,7 +4062,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
40624062
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40634063
ac_cs_config='$ac_cs_config_escaped'
40644064
ac_cs_version="\\
4065-
streamly config.status 0.11.0
4065+
streamly config.status 0.12.0
40664066
configured by $0, generated by GNU Autoconf 2.72,
40674067
with options \\"\$ac_cs_config\\"
40684068

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
44
# the macros used in this file.
55

6-
AC_INIT([streamly], [0.11.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
6+
AC_INIT([streamly], [0.12.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
77

88
# To suppress "WARNING: unrecognized options: --with-compiler"
99
AC_ARG_WITH([compiler], [GHC])

core/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for streamly-core 0.3.0.
3+
# Generated by GNU Autoconf 2.71 for streamly-core 0.4.0.
44
#
55
# Report bugs to <streamly@composewell.com>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='streamly-core'
612612
PACKAGE_TARNAME='streamly-core'
613-
PACKAGE_VERSION='0.3.0'
614-
PACKAGE_STRING='streamly-core 0.3.0'
613+
PACKAGE_VERSION='0.4.0'
614+
PACKAGE_STRING='streamly-core 0.4.0'
615615
PACKAGE_BUGREPORT='streamly@composewell.com'
616616
PACKAGE_URL='https://streamly.composewell.com'
617617

@@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
12561256
# Omit some internal or obsolete options to make the list less imposing.
12571257
# This message is too long to be a string in the A/UX 3.1 sh.
12581258
cat <<_ACEOF
1259-
\`configure' configures streamly-core 0.3.0 to adapt to many kinds of systems.
1259+
\`configure' configures streamly-core 0.4.0 to adapt to many kinds of systems.
12601260
12611261
Usage: $0 [OPTION]... [VAR=VALUE]...
12621262
@@ -1318,7 +1318,7 @@ fi
13181318

13191319
if test -n "$ac_init_help"; then
13201320
case $ac_init_help in
1321-
short | recursive ) echo "Configuration of streamly-core 0.3.0:";;
1321+
short | recursive ) echo "Configuration of streamly-core 0.4.0:";;
13221322
esac
13231323
cat <<\_ACEOF
13241324
@@ -1404,7 +1404,7 @@ fi
14041404
test -n "$ac_init_help" && exit $ac_status
14051405
if $ac_init_version; then
14061406
cat <<\_ACEOF
1407-
streamly-core configure 0.3.0
1407+
streamly-core configure 0.4.0
14081408
generated by GNU Autoconf 2.71
14091409
14101410
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1622,7 +1622,7 @@ cat >config.log <<_ACEOF
16221622
This file contains any messages produced by compilers while
16231623
running configure, to aid debugging if configure makes a mistake.
16241624
1625-
It was created by streamly-core $as_me 0.3.0, which was
1625+
It was created by streamly-core $as_me 0.4.0, which was
16261626
generated by GNU Autoconf 2.71. Invocation command line was
16271627
16281628
$ $0$ac_configure_args_raw
@@ -3832,7 +3832,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38323832
# report actual input values of CONFIG_FILES etc. instead of their
38333833
# values after options handling.
38343834
ac_log="
3835-
This file was extended by streamly-core $as_me 0.3.0, which was
3835+
This file was extended by streamly-core $as_me 0.4.0, which was
38363836
generated by GNU Autoconf 2.71. Invocation command line was
38373837
38383838
CONFIG_FILES = $CONFIG_FILES
@@ -3888,7 +3888,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
38883888
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38893889
ac_cs_config='$ac_cs_config_escaped'
38903890
ac_cs_version="\\
3891-
streamly-core config.status 0.3.0
3891+
streamly-core config.status 0.4.0
38923892
configured by $0, generated by GNU Autoconf 2.71,
38933893
with options \\"\$ac_cs_config\\"
38943894

core/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
44
# the macros used in this file.
55

6-
AC_INIT([streamly-core], [0.3.0], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])
6+
AC_INIT([streamly-core], [0.4.0], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])
77

88
# To suppress "WARNING: unrecognized options: --with-compiler"
99
AC_ARG_WITH([compiler], [GHC])

core/docs/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Unreleased
4+
35
## 0.3.0
46

57
See [0.2.2-0.3.0 API Changelog](/core/docs/ApiChangelogs/0.2.2-0.3.0.txt) for a

core/streamly-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: streamly-core
3-
version: 0.3.0
3+
version: 0.4.0
44
synopsis: Streaming, parsers, arrays, serialization and more
55
description:
66
For upgrading to streamly-0.9.0+ please read the

docs/User/Project/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- See rendered changelog at https://streamly.composewell.com -->
44

5+
## Unreleased
6+
57
## 0.11.0
68

79
See

streamly.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: streamly
3-
version: 0.11.0
3+
version: 0.12.0
44
synopsis: Streaming data pipelines with declarative concurrency
55
description:
66
For upgrading to streamly-0.9.0+ please read the
@@ -541,7 +541,7 @@ library
541541
, template-haskell >= 2.14 && < 2.24
542542

543543
-- The core streamly package
544-
, streamly-core == 0.3.0
544+
, streamly-core == 0.4.0
545545

546546
, hashable >= 1.3 && < 1.6
547547
, unordered-containers >= 0.2 && < 0.3

0 commit comments

Comments
 (0)