Skip to content

Commit

Permalink
Update versions to 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 30, 2020
1 parent a42f408 commit 05a828a
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 16 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ 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


update-version: VERSION=$(shell cat CHANGES.md | grep -E '^[0-9]' | head -n 1 | cut -f1 -d':' )
Expand Down
3 changes: 2 additions & 1 deletion aws-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
"Tim McGilchrist <timmcgil@gmail.com>"]
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"
Expand All @@ -15,7 +16,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= "1.0.2"}
"aws" {>= "1.2"}
"async"
"cohttp"
"cohttp-async"
Expand Down
2 changes: 1 addition & 1 deletion aws-autoscaling.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudtrail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudwatch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-ec2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-elasticache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-elasticloadbalancing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
3 changes: 2 additions & 1 deletion aws-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
"Tim McGilchrist <timmcgil@gmail.com>"]
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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion aws-rds.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-route53.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-s3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
synopsis: "Amazon Web Services SDK bindings to Amazon Simple Storage Service"
description: "Amazon Web Services SDK bindings to Amazon Simple Storage 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"
Expand Down
2 changes: 1 addition & 1 deletion aws-sdb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-sqs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-ssm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
2 changes: 1 addition & 1 deletion aws-sts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>"
]
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"
Expand Down
1 change: 1 addition & 0 deletions aws.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 05a828a

Please sign in to comment.