Skip to content

Commit 80e3c93

Browse files
authored
Merge pull request #180 from splitio/task/gitattributes
Task/gitattributes
2 parents 19b1890 + efaf54f commit 80e3c93

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
3+
/doc export-ignore
4+
/tests export-ignore
5+
/.github export-ignore
6+
.gitattributes export-ignore
7+
.gitignore export-ignore
8+
phpunit.xml.dist export-ignore

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
7.1.1 (March XX, 2021)
1+
7.1.1 (March 28, 2022)
22
- Removed unused logic for HTTP and requests dependency.
33
- Removed all producer logic for Storages.
44
- Added SafeRedisWrapper for handling exception in Redis.
55
- Fixed typos in bucket and CONTRIBUTORS-GUIDE.
6+
- Added `.gitattributes` for excluding tests/.
67

78
7.1.0 (Dec 3, 2021)
89
- Added a new option to use when running Redis in cluster mode called `keyHashTags` which receives a list of hashtags from which the SDK will randomly pick one to use on the generated instance.

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.1-rc5';
6+
const CURRENT = '7.1.1';
77
}

0 commit comments

Comments
 (0)