Skip to content

Commit

Permalink
Taxonomy Simplification for DataCategory and DataUse (#62)
Browse files Browse the repository at this point in the history
* initial changes to default taxonomy

* changelog, rename publish_package

* add address layer, fix descriptions

* further removal of account

* documentation updates and category cleanup
  • Loading branch information
SteveDMurphy authored Jul 8, 2022
1 parent 222fbcc commit 0ded204
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 408 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish fidesctl
name: Publish fideslang

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:

- name: Twine Upload
run: |
python setup.py sdist
python setup.py sdist
twine upload dist/*
env:
TWINE_USERNAME: __token__
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ The types of changes are:

## [Unreleased](https://github.com/ethyca/fideslang/compare/1.0.0...main)

### Changed

* Simplification of Data Categories and Data Uses [#62](https://github.com/ethyca/fideslang/pull/62)

## 1.0.0

### Added
Expand Down
Loading

0 comments on commit 0ded204

Please sign in to comment.