Skip to content

Commit

Permalink
Update README.md change log for v0.12.0 #42, #52, #57 #58, #60
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Sep 29, 2020
1 parent 9b6137b commit 0d86eb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Execution can be done as follows:
--config config/figshare.ini --persistent_path $persist_path \
--ldap_password $password --grouper_password $password \
--quota 123456 --portal testportal --netid <username> --sync
```
Here, the script will update the specified `<username>` to be associated with
the `123456` quota and the `testportal` portal. Much like `script_run`,
execution requires the `--sync` flag. Otherwise, a list of changes will be
Expand Down Expand Up @@ -256,6 +256,12 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
A list of released features and their issue number(s).
List is sorted from moderate to minor revisions for reach release.

v0.12.0:
* Grouper API tool, `GrouperAPI` #42, #60
* Grouper group creation with `add_grouper_group` script #42, #58
* Include `multi-user` feature for `user_update` script #52
* Re-vamp of logging in all scripts and objects #57

v0.11.0 - 0.11.3:
* Include `manual_override` tool #31, #47
* Ability to add and remove users from the `figshare:active` group #43
Expand Down

0 comments on commit 0d86eb9

Please sign in to comment.