Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit f71612b

Browse files
author
Tim Rogers
authored
Merge pull request #18 from duffelhq/v0.1.0-release
Get ready to release v0.1.0
2 parents e7e28a8 + f398ad5 commit f71612b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## [Unreleased]
2-
3-
## [0.1.0] - 2021-12-18
1+
## [0.1.0] - 2021-12-31
42

53
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Ruby client library for the [Duffel API](https://duffel.com/docs/api).
1818
In most cases, you'll want to add `duffel_api` to your project as a dependency by listing it in your `Gemfile`, and then running `bundle`:
1919

2020
```ruby
21-
gem "duffel_api"
21+
gem "duffel_api", "~> 0.1.0"
2222
```
2323

2424
You can install `duffel_api` outside of the context of a project by running `gem install duffel_api` - for example if you want to play with the client library in `irb`.

0 commit comments

Comments
 (0)