Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure repository #18

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Configure plow CLI
run: |
curl https://sh.rustup.rs -sSf -y | sh
cargo install plow_cli --version 0.3.6
cargo install plow_cli --version 0.5.0

- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v1
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [*] - 2023-06-05
Changes applied to all fields, restructuring the folder structure to extend public ontology workspace further.

### Added

### Changed

### Fixed

## [*] - 2022-01-13
`@w3c_mirror/prov-o/prov-o`
`@contrib/generic_innovation_interoperability/generic_innovation_interoperability`
Expand Down Expand Up @@ -48,6 +57,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Updated repository linkings and bumped all versions
### Fixed

## [^0.1.10] - 2022-01-13
`@fld33_domain/software_development`

### Added
- Object property: `DeploymentPartOfTicket`
### Changed

### Fixed
## [^0.1.10] - 2022-01-13
`@fld33_domain/business_objects`

Expand Down
Loading