ar-query-matchers 0.5.2 → 0.5.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8890df1fae037a9adc6cfd2ee413c4c405a05fd31e680ed7ec69f26cccddfa9
|
4
|
+
data.tar.gz: ee84a0a237c35d6f315e868002382c600c06ecbcbc542ccd4f1c19e4d71730c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bdf3296e2c16cc60425f3eede226c25ab210270203443d0eef62ab1f34a8c5640d9b34ebf5b6239f24f0e56064528fbfabbd7e344ae11f2d9c48c41c1d30bd7
|
7
|
+
data.tar.gz: a0464fd47a18b306958468e511e782f4e0c5aa5457da6d0120277da2a2b54d82218a9c668868dd875dfcdf4b4934752f9542f02d119f95ba26c500014bde7072
|
data/CHANGELOG.md
CHANGED
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.5.3] - 2021-05-26
|
10
|
+
### Changed
|
11
|
+
- Re-release of previous version due to accidental premature release
|
12
|
+
|
9
13
|
## [0.5.2] - 2021-05-26
|
10
14
|
### Changed
|
11
|
-
- Update MODEL_SQL_PATTERN to allow for more
|
15
|
+
- Update MODEL_SQL_PATTERN to allow for more accurate matches against SQL strings
|
12
16
|
|
13
17
|
## [0.5.1] - 2020-11-19
|
14
18
|
### Changed
|