Skip to content

Commit d614309

Browse files
committed
Bump version to v0.5.1 and add RELEASE NOTES
1 parent b211ff3 commit d614309

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# RELEASE NOTES
22

3-
### main
3+
### main
44

55
**Notes**
66

7-
### Version 0.5.0 - September 3, 2020
7+
**Bug Fixes**
8+
9+
### Version 0.5.1 - January 14, 2021
10+
11+
**Notes**
12+
- Add support for Codecov so that we can track code coverage over time in the
13+
library: https://github.com/fastruby/harvesting/pull/59
14+
15+
**Bug Fixes**
16+
- Fix incompatibility with Ruby 3.0: https://github.com/fastruby/harvesting/pull/64
17+
- Relax `http` dependency declaration so that we can `bundle install` with more
18+
modern versions of that gem: https://github.com/fastruby/harvesting/pull/63
19+
- Fix issue when trying to remove an entity that is not removable:
20+
https://github.com/fastruby/harvesting/pull/61
21+
22+
### Version 0.5.0 - September 3, 2020
823

924
**Notes**
1025
- Changed behavior of `client.clients` so that it returns an instance of `Harvesting::Models::Clients` instead of an `Array`: https://github.com/fastruby/harvesting/pull/39

lib/harvesting/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Harvesting
2-
VERSION = "0.5.0".freeze
2+
VERSION = "0.5.1".freeze
33
end

0 commit comments

Comments
 (0)