Skip to content

Commit

Permalink
Bump version and prep release for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 17, 2021
1 parent 9e83208 commit 1401e34
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.1.0
- 1.2.0
experimental:
- false
include:
crystal_version: nightly
experimental: true
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
steps:
Expand All @@ -35,10 +39,14 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.1.0
- 1.2.0
experimental:
- false
include:
crystal_version: nightly
experimental: true
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ to generate an email body content.

## Contributing

1. Fork it (<https://github.com/your-github-user/carbon_sendgrid_adapter/fork>)
1. Fork it (<https://github.com/luckyframework/carbon_sendgrid_adapter/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: carbon_sendgrid_adapter
version: 0.1.0
version: 0.2.0

authors:
- Matthew McGarvey <[email protected]>

crystal: '>= 0.36.1, < 2.0.0'
crystal: '>= 1.0.0'

license: MIT

Expand Down
1 change: 1 addition & 0 deletions src/carbon_sendgrid_adapter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require "./errors"
require "./carbon_sendgrid_extensions"

class Carbon::SendGridAdapter < Carbon::Adapter
VERSION = "0.2.0"
private getter api_key : String
private getter? sandbox : Bool

Expand Down
3 changes: 0 additions & 3 deletions src/version.cr

This file was deleted.

0 comments on commit 1401e34

Please sign in to comment.