Skip to content

Commit 1401e34

Browse files
committed
Bump version and prep release for 0.2.0
1 parent 9e83208 commit 1401e34

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
crystal_version:
15-
- 0.36.1
1615
- 1.0.0
16+
- 1.1.0
17+
- 1.2.0
1718
experimental:
1819
- false
20+
include:
21+
crystal_version: nightly
22+
experimental: true
1923
runs-on: ubuntu-latest
2024
continue-on-error: ${{ matrix.experimental }}
2125
steps:
@@ -35,10 +39,14 @@ jobs:
3539
fail-fast: false
3640
matrix:
3741
crystal_version:
38-
- 0.36.1
3942
- 1.0.0
43+
- 1.1.0
44+
- 1.2.0
4045
experimental:
4146
- false
47+
include:
48+
crystal_version: nightly
49+
experimental: true
4250
runs-on: ubuntu-latest
4351
continue-on-error: ${{ matrix.experimental }}
4452
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ to generate an email body content.
9999

100100
## Contributing
101101

102-
1. Fork it (<https://github.com/your-github-user/carbon_sendgrid_adapter/fork>)
102+
1. Fork it (<https://github.com/luckyframework/carbon_sendgrid_adapter/fork>)
103103
2. Create your feature branch (`git checkout -b my-new-feature`)
104104
3. Commit your changes (`git commit -am 'Add some feature'`)
105105
4. Push to the branch (`git push origin my-new-feature`)

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: carbon_sendgrid_adapter
2-
version: 0.1.0
2+
version: 0.2.0
33

44
authors:
55
- Matthew McGarvey <[email protected]>
66

7-
crystal: '>= 0.36.1, < 2.0.0'
7+
crystal: '>= 1.0.0'
88

99
license: MIT
1010

src/carbon_sendgrid_adapter.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ require "./errors"
55
require "./carbon_sendgrid_extensions"
66

77
class Carbon::SendGridAdapter < Carbon::Adapter
8+
VERSION = "0.2.0"
89
private getter api_key : String
910
private getter? sandbox : Bool
1011

src/version.cr

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)