-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
33 lines (28 loc) · 999 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Changes log for PSPerl
0.1.2 2021
0.1.1 2021-04-14
* Removed TravisCI testing
* Altered the Setup() method to create the directory for the
$Profile if it doesn't yet exist
* Created a GitHub Workflow for testing purposes
* Reverted to https://strawberryperl.com/releases.json
0.1.0 2020-06-29
* Switch to https://strawberry.perl.bot/releases.json
- Gets us HTTPS, and it's faster than strawberryperl.com
* Add a -Version or -V command to show version information
* Begin some structure for creating a -Local or -Lib command
to deal with local::lib
* Get some tags/releases back-filled
* Added the Changes log
0.0.2 2020-04-30
* Store the current version we're running in the environment
* Fix for non-English Windows installs (thanks xenu)
* Fix for error handling (thanks xenu)
0.0.1 2020-03-18
* Initial Release:
* psperl -Available
* psperl -Init
* psperl -List
* psperl -Install
* psperl -Use
* psperl -Switch