We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8735195 commit 94805b8Copy full SHA for 94805b8
shard.yml
@@ -1,5 +1,5 @@
1
name: carbon_sendgrid_adapter
2
-version: 0.5.1
+version: 0.6.0
3
4
authors:
5
- Matthew McGarvey <[email protected]>
@@ -11,10 +11,10 @@ license: MIT
11
dependencies:
12
carbon:
13
github: luckyframework/carbon
14
- version: ~> 0.5.1
+ version: ~> 0.6.0
15
habitat:
16
github: luckyframework/habitat
17
- version: ~> 0.4.8
+ version: ~> 0.4.9
18
19
development_dependencies:
20
lucky_env:
src/carbon_sendgrid_adapter.cr
@@ -6,7 +6,7 @@ require "./errors"
6
require "./carbon_sendgrid_extensions"
7
8
class Carbon::SendGridAdapter < Carbon::Adapter
9
- VERSION = "0.5.1"
+ VERSION = "0.6.0"
10
private getter api_key : String
private getter? sandbox : Bool
0 commit comments