Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions to 1.2. #83

Merged
merged 1 commit into from
Mar 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-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