Skip to content

Commit

Permalink
chore: Add changelog for version 0.1.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankabak authored Nov 12, 2024
1 parent 6420f69 commit d237c57
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 60 deletions.
95 changes: 48 additions & 47 deletions .github/label_to_devs.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
'Physical':
- kberat
- nazimorhansynnada

'Models':
- kberat
- nazimorhansynnada

'Logical':
- kberat
- nazimorhansynnada

'Backend':
- kberat
- nazimorhansynnada

'Tests':
- kberat
- nazimorhansynnada

'Examples':
- kberat
- nazimorhansynnada

'Codegen':
- kberat
- nazimorhansynnada

'Constraints':
- kberat
- nazimorhansynnada

'Benchmarks':
- kberat
- nazimorhansynnada

'Utils':
- kberat
- nazimorhansynnada

'Framework Utils':
- kberat
- nazimorhansynnada

'Common':
- kberat
- nazimorhansynnada
'physical':
- kberat-synnada
- norhan-synnada

'models':
- kberat-synnada
- norhan-synnada

'logical':
- kberat-synnada
- norhan-synnada

'backend':
- kberat-synnada
- norhan-synnada

'tests':
- kberat-synnada
- norhan-synnada

'examples':
- kberat-synnada
- norhan-synnada

'codegen':
- kberat-synnada
- norhan-synnada

'constraints':
- kberat-synnada
- norhan-synnada

'benchmarks':
- kberat-synnada
- norhan-synnada

'utils':
- kberat-synnada
- norhan-synnada

'framework-utils':
- kberat-synnada
- norhan-synnada

'common':
- kberat-synnada
- norhan-synnada

27 changes: 14 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
'Physical':
'physical':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/physical/**/*']

'Models':
'models':
- changed-files:
- any-glob-to-any-file: ['mithril/models/**/*', 'mithril/framework/logical/essential_primitives.py']

'Logical':
'logical':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/logical/base.py', 'mithril/framework/logical/model.py', 'mithril/framework/logical/primitive.py']

'Backend':
'backend':
- changed-files:
- any-glob-to-any-file: ['mithril/backends/**/*']

'Tests':
'tests':
- changed-files:
- any-glob-to-any-file: ['tests/**/*']

'Examples':
'examples':
- changed-files:
- any-glob-to-any-file: ['examples/**/*']

'Codegen':
'codegen':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/codegen/**/*']

'Constraints':
'constraints':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/constraints.py']

'Benchmarks':
'benchmarks':
- changed-files:
- any-glob-to-any-file: ['benchmarks/**/*']

'Utils':
'utils':
- changed-files:
- any-glob-to-any-file: ['mithril/utils/**/*']

'Framework Utils':
'framework-utils':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/utils.py']

'Common':
'common':
- changed-files:
- any-glob-to-any-file: ['mithril/framework/common.py']
- any-glob-to-any-file: ['mithril/framework/common.py']

19 changes: 19 additions & 0 deletions releases/changelog/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
Copyright 2022 Synnada, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

# Mithril main Changelog

This release has 0 commits from 0 contributors.

0 comments on commit d237c57

Please sign in to comment.