From df0a8174c10c4bc545ce0bce3886045a4ae3c27a Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 1 Dec 2020 08:23:44 +1100 Subject: [PATCH] Update versions to 1.2. --- Makefile | 3 ++- aws-async.opam | 3 ++- aws-autoscaling.opam | 2 +- aws-cloudformation.opam | 2 +- aws-cloudtrail.opam | 2 +- aws-cloudwatch.opam | 2 +- aws-ec2.opam | 2 +- aws-elasticache.opam | 2 +- aws-elasticloadbalancing.opam | 2 +- aws-lwt.opam | 3 ++- aws-rds.opam | 2 +- aws-route53.opam | 2 +- aws-sdb.opam | 2 +- aws-sqs.opam | 2 +- aws-ssm.opam | 2 +- aws-sts.opam | 2 +- aws.opam | 1 + 17 files changed, 20 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 3b90aaaf5..c933e0c62 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,8 @@ update-version: @echo "Set version to $(VERSION)" @gsed -i 's/^version: .*/version: "$(VERSION)"/' *.opam # @gsed -i 's/"\(aws-s3[-a-z]*\)"[ ]*{= .*}/"\1" {= "$(VERSION)" }/' *.opam - + @gsed -i 's/"\(aws-[-a-z]*\)"[ ]*{= .*}/"\1" {= "$(VERSION)" }/' *.opam + @gsed -i 's/"\(aws[-a-z]*\)"[ ]*{= .*}/"\1" {= "$(VERSION)" }/' *.opam update-version: VERSION=$(shell cat CHANGES.md | grep -E '^[0-9]' | head -n 1 | cut -f1 -d':' ) release: update-version diff --git a/aws-async.opam b/aws-async.opam index 44caa4d71..5691f2876 100644 --- a/aws-async.opam +++ b/aws-async.opam @@ -5,6 +5,7 @@ authors: [ "Spiros Eliopoulos " "Tim McGilchrist "] synopsis: "Amazon Web Services SDK bindings for async" description: "Amazon Web Services SDK bindings for async" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" @@ -15,7 +16,7 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ - "aws" {>= "1.0.2"} + "aws" {>= "1.2"} "async" "cohttp" "cohttp-async" diff --git a/aws-autoscaling.opam b/aws-autoscaling.opam index 767d2af54..1681e2296 100644 --- a/aws-autoscaling.opam +++ b/aws-autoscaling.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Auto Scaling" description: "Amazon Web Services SDK bindings to Auto Scaling" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-cloudformation.opam b/aws-cloudformation.opam index b60327957..97b62077f 100644 --- a/aws-cloudformation.opam +++ b/aws-cloudformation.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to AWS CloudFormation" description: "Amazon Web Services SDK bindings to AWS CloudFormation" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-cloudtrail.opam b/aws-cloudtrail.opam index d8d473cc0..55843d245 100644 --- a/aws-cloudtrail.opam +++ b/aws-cloudtrail.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to AWS CloudTrail" description: "Amazon Web Services SDK bindings to AWS CloudTrail" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-cloudwatch.opam b/aws-cloudwatch.opam index fb9714550..8c0ac6fa3 100644 --- a/aws-cloudwatch.opam +++ b/aws-cloudwatch.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon CloudWatch" description: "Amazon Web Services SDK bindings to Amazon CloudWatch" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-ec2.opam b/aws-ec2.opam index b910457e4..a254600cc 100644 --- a/aws-ec2.opam +++ b/aws-ec2.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon Elastic Compute Cloud" description: "Amazon Web Services SDK bindings to Amazon Elastic Compute Cloud" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-elasticache.opam b/aws-elasticache.opam index aec05e9c8..0ead5aef0 100644 --- a/aws-elasticache.opam +++ b/aws-elasticache.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon ElastiCache" description: "Amazon Web Services SDK bindings to Amazon ElastiCache" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-elasticloadbalancing.opam b/aws-elasticloadbalancing.opam index 18db27de5..4bf28f3e8 100644 --- a/aws-elasticloadbalancing.opam +++ b/aws-elasticloadbalancing.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Elastic Load Balancing" description: "Amazon Web Services SDK bindings to Elastic Load Balancing" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-lwt.opam b/aws-lwt.opam index 7ecc9af54..82b2442ed 100644 --- a/aws-lwt.opam +++ b/aws-lwt.opam @@ -5,6 +5,7 @@ authors: [ "Spiros Eliopoulos " "Tim McGilchrist "] synopsis: "Amazon Web Services SDK bindings for lwt" description: "Amazon Web Services SDK bindings for lwt" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" @@ -15,7 +16,7 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ - "aws" {>= "1.0.2"} + "aws" {>= "1.2"} "lwt" {>= "4.0.0"} "cohttp" "cohttp-lwt" diff --git a/aws-rds.opam b/aws-rds.opam index a21bd2a02..273b5ff73 100644 --- a/aws-rds.opam +++ b/aws-rds.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon Relational Database Service" description: "Amazon Web Services SDK bindings to Amazon Relational Database Service" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-route53.opam b/aws-route53.opam index 12fbe14b8..2d3e8c283 100644 --- a/aws-route53.opam +++ b/aws-route53.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon Route 53" description: "Amazon Web Services SDK bindings to Amazon Route 53" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-sdb.opam b/aws-sdb.opam index 70c8ccf8f..7d6b64b69 100644 --- a/aws-sdb.opam +++ b/aws-sdb.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon SimpleDB" description: "Amazon Web Services SDK bindings to Amazon SimpleDB" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-sqs.opam b/aws-sqs.opam index d31b487c1..4080670d9 100644 --- a/aws-sqs.opam +++ b/aws-sqs.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon Simple Queue Service" description: "Amazon Web Services SDK bindings to Amazon Simple Queue Service" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-ssm.opam b/aws-ssm.opam index ec409428e..56f989abf 100644 --- a/aws-ssm.opam +++ b/aws-ssm.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" description: "Amazon Web Services SDK bindings to Amazon Simple Systems Management Service" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws-sts.opam b/aws-sts.opam index 328a64095..58755d9c0 100644 --- a/aws-sts.opam +++ b/aws-sts.opam @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos " ] synopsis: "Amazon Web Services SDK bindings to AWS Security Token Service" description: "Amazon Web Services SDK bindings to AWS Security Token Service" -version: "1.1" +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git" diff --git a/aws.opam b/aws.opam index 1b6708013..8c6f9a2bd 100644 --- a/aws.opam +++ b/aws.opam @@ -11,6 +11,7 @@ distribution includes a core runtime API and a code generation tool that generates individual libraries from [botocore][] service descriptions. """ +version: "1.2" license: "BSD-3-clause" homepage: "https://github.com/inhabitedtype/ocaml-aws" dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"