pg_spec_helper 1.7.2 → 1.8.0
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 +3 -5
- data/lib/pg_spec_helper/version.rb +1 -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: fd8f4a7b6599921cd00cd8fbec742502611146587308599490f6449fcf8a069c
|
|
4
|
+
data.tar.gz: 5cbaaf930623821b7a4d40e462825345d132aeb79fe3c004bff4755c6ec761d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ce017210958d7e1a1874f302148f39dc09e8f77bb74d0a696f445eff89117e6825547bc4ec2400eb8c5b569be0c46b77c1896d833867f326dd4c232bff16811
|
|
7
|
+
data.tar.gz: 7e56cc69b7ff661623f2e206cccb40e2fdf7d1e25ee9ab9104a5c88c2d9e8ab148ed74e3d89599b2b0f420430d4e4c0d025204186a568d8b33bc4890cec518c9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.
|
|
3
|
+
## [1.8.0](https://github.com/craigulliott/pg_spec_helper/compare/v1.7.0...v1.8.0) (2023-08-06)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
###
|
|
7
|
-
|
|
8
|
-
* using function_* instead of routine_* when dealing with functions, because routine_* implies these could be procedures too ([9c23567](https://github.com/craigulliott/pg_spec_helper/commit/9c2356766ce858d432d1ea32214de767ba6365f5))
|
|
6
|
+
### Features
|
|
9
7
|
|
|
10
|
-
|
|
8
|
+
* using function_* instead of routine_* when dealing with functions, because routine_* implies these could be procedures too ([9c5f0c2](https://github.com/craigulliott/pg_spec_helper/commit/9c5f0c267f377731ed82d764a4f866de0b4525ee))
|
|
11
9
|
|
|
12
10
|
|
|
13
11
|
### Bug Fixes
|