eco-helpers 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -1
  3. data/lib/eco/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28d9f5ad6037a8160ea1d39873a0b1c6769be63865267d159dd6fa71ae329d60
4
- data.tar.gz: ba968ce7525e5fb289ff5b210f3c79692b05dfc74ae6af6cf8c729640bb1cf4a
3
+ metadata.gz: b8549b3b32c04e66cfcf581fe12a2ea13deab952bc631476d5997eb2c722b7ba
4
+ data.tar.gz: 5e91c6a4a539791cc5fe30049b22d63d030f53e42781cce7500fadaba8b0fe91
5
5
  SHA512:
6
- metadata.gz: 2a7bda8f0a427b7a93d42230c32226c578b4ae4aab9b2974bf1095d1f77d368faa8c409e41375cf5d378ed4a915b359ce12e74559c7f963a2a9d791a165f3232
7
- data.tar.gz: ba9adb7220623345536d5080e658a524daebd914f3c64d94f83652e3d42fbdb240da9a08367ee42dde196adfc2152553b4133bd330d3a007052bba42b156aed5
6
+ metadata.gz: dbf7e479462ad4aadfd47e2140c02294901a1eb95f59d93e621911eb69527be3f6f8c4634d6f6d14a174331633b91fae9329ef8681b49e9c363a9f0db0a659ab
7
+ data.tar.gz: e3a1c26324ca0f5386776dafde22d71effe62cb4b2756ac53962783be3d9cfcef83966251fe93073178725a1ffa39103ca84da24b3ace5bfbd1877d1fba64d67
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
- ## [1.4.0] - 2020-07-xx
4
+ ## [1.4.1] - 2020-07-23
5
+
6
+ ### Added
7
+ ### Changed
8
+ ### Fixed
9
+ - preserve backtrace on logging
10
+
11
+ ## [1.4.0] - 2020-07-14
5
12
 
6
13
  ### Added
7
14
  ### Changed
@@ -11,6 +18,13 @@ All notable changes to this project will be documented in this file.
11
18
  ### Fixed
12
19
  - `Eco::CSV#parse` and `Eco::CSV#read` should use the proper `:encoding` when it's `bom`
13
20
 
21
+ ## [1.3.19] - 2020-07-23
22
+
23
+ ### Added
24
+ ### Changed
25
+ ### Fixed
26
+ - preserve backtrace on logging
27
+
14
28
  ## [1.3.18] - 2020-07-08
15
29
 
16
30
  ### Added
@@ -1,3 +1,3 @@
1
1
  module Eco
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eco-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Segura