Skip to content

Commit 980ff27

Browse files
Publish sas 1.0.0 and various tidying (#4)
1 parent 5bdea2a commit 980ff27

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
java/build
2-
java/dist
3-
java/out
4-
java/remoteapi.iws
5-
sas/authTest.sas
6-
sas/dist
1+
labkey-client-api/.gradle/
2+
labkey-client-api/build
3+
labkey-client-api/dist
4+
labkey-client-api/out
5+
labkey-api-sas/authTest.sas
6+
labkey-api-sas/dist
7+
labkey-api-sas/.gradle/
8+
labkey-api-sas/build/
9+
labkey-api-sas/dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ See the individual packages' documentation for more information.
1010
| Package | | | |
1111
| --- | --- | --- | --- |
1212
| java | [README](labkey-client-api/README.md) | [Change log](labkey-client-api/CHANGELOG.md) | [labkey.org docs](https://www.labkey.org/Documentation/wiki-page.view?name=javaAPI)
13-
| sas | [README](labkey-api-sas/README.md) | [Change log](labkey-api-sas/CHANGELOG.md) | [docs](https://www.labkey.org/Documentation/wiki-page.view?name=sasAPI)
13+
| sas | [README](labkey-api-sas/README.md) | [Change log](labkey-api-sas/CHANGELOG.md) | [labkey.org docs](https://www.labkey.org/Documentation/wiki-page.view?name=sasAPI)

labkey-api-sas/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The LabKey Remote API Library for SAS - Change Log
22

33
## version 1.0.0
4-
*Released* : TBD
4+
*Released* : 5 June 2020
55

66
* Initial publication using [SemVer](https://semver.org/) for library versioning.
77
With 1.0.0, we will move away from using the LabKey server version

pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#### Rationale
2+
<!-- Rationale describing why this pull request is needed, what behavior it's adding/changing/removing, etc. (replace this comment) -->
3+
4+
#### Related Pull Requests
5+
* <!-- list of links to related pull requests (replace this comment) -->
6+
7+
#### Changes
8+
* <!-- list of descriptions of changes that are worth noting (replace this comment) -->

0 commit comments

Comments
 (0)