Bump the major versions of packages (Post release task)

This commit is contained in:
Adithya Kumar 2024-01-30 01:23:11 +05:30
parent 86e8accfb0
commit b60aef3d51
9 changed files with 29 additions and 25 deletions

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.10.1.
# Generated by GNU Autoconf 2.71 for streamly 0.11.0.
#
# Report bugs to <streamly@composewell.com>.
#
@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='streamly'
PACKAGE_TARNAME='streamly'
PACKAGE_VERSION='0.10.1'
PACKAGE_STRING='streamly 0.10.1'
PACKAGE_VERSION='0.11.0'
PACKAGE_STRING='streamly 0.11.0'
PACKAGE_BUGREPORT='streamly@composewell.com'
PACKAGE_URL='https://streamly.composewell.com'
@ -1224,7 +1224,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.10.1 to adapt to many kinds of systems.
\`configure' configures streamly 0.11.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1286,7 +1286,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of streamly 0.10.1:";;
short | recursive ) echo "Configuration of streamly 0.11.0:";;
esac
cat <<\_ACEOF
@ -1372,7 +1372,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
streamly configure 0.10.1
streamly configure 0.11.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1500,7 +1500,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.10.1, which was
It was created by streamly $as_me 0.11.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3800,7 +3800,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.10.1, which was
This file was extended by streamly $as_me 0.11.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -3856,7 +3856,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.10.1
streamly config.status 0.11.0
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.10.1], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
AC_INIT([streamly], [0.11.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
# To suppress "WARNING: unrecognized options: --with-compiler"
AC_ARG_WITH([compiler], [GHC])

18
core/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-core 0.2.2.
# Generated by GNU Autoconf 2.71 for streamly-core 0.3.0.
#
# Report bugs to <streamly@composewell.com>.
#
@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='streamly-core'
PACKAGE_TARNAME='streamly-core'
PACKAGE_VERSION='0.2.2'
PACKAGE_STRING='streamly-core 0.2.2'
PACKAGE_VERSION='0.3.0'
PACKAGE_STRING='streamly-core 0.3.0'
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-core 0.2.2 to adapt to many kinds of systems.
\`configure' configures streamly-core 0.3.0 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-core 0.2.2:";;
short | recursive ) echo "Configuration of streamly-core 0.3.0:";;
esac
cat <<\_ACEOF
@ -1404,7 +1404,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
streamly-core configure 0.2.2
streamly-core configure 0.3.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1622,7 +1622,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-core $as_me 0.2.2, which was
It was created by streamly-core $as_me 0.3.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3832,7 +3832,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-core $as_me 0.2.2, which was
This file was extended by streamly-core $as_me 0.3.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -3888,7 +3888,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-core config.status 0.2.2
streamly-core config.status 0.3.0
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-core], [0.2.2], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])
AC_INIT([streamly-core], [0.3.0], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])
# To suppress "WARNING: unrecognized options: --with-compiler"
AC_ARG_WITH([compiler], [GHC])

View File

@ -1,5 +1,7 @@
# Changelog
## Unreleased
## 0.2.2 (Jan 2024)
* Add fixities `infixr 5` for `cons` and `consM` functions.

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: streamly-core
version: 0.2.2
version: 0.3.0
synopsis: Streaming, parsers, arrays, serialization and more
description:
For upgrading to streamly-0.9.0+ please read the

View File

@ -2,6 +2,8 @@
<!-- See rendered changelog at https://streamly.composewell.com -->
## Unreleased
## 0.10.1 (Jan 2024)
* Fix TH macros in `Streamly.Data.Stream.MkType` for GHC 9.6 and above.
@ -82,7 +84,7 @@ added which provide a CPS based stream implementation. `Stream` and
`StreamK` types can be easily interconverted.
The old code can be adapted to use the new modules with some changes.
See the
See the
[streamly-0.9.0 Upgrade Guide](https://github.com/composewell/streamly/blob/streamly-0.10.0/docs/User/Project/Upgrading-0.8-to-0.9.md)
for more details on how to adapt your existing code to the new release.

View File

@ -6,7 +6,7 @@ cabal-version: 2.2
-- * Documentation can be released independent of the library
-- * We do not want too many doc modules in the main library
name: streamly-docs
version: 0.10.0
version: 0.11.0
synopsis: Documentation for Streamly
description: Documentation for Streamly
build-type: Simple

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: streamly
version: 0.10.1
version: 0.11.0
synopsis: Streaming, dataflow programming and declarative concurrency
description:
For upgrading to streamly-0.9.0+ please read the
@ -513,7 +513,7 @@ library
, template-haskell >= 2.14 && < 2.22
-- The core streamly package
, streamly-core == 0.2.2
, streamly-core == 0.3.0
, hashable >= 1.3 && < 1.5
, unordered-containers >= 0.2 && < 0.3