Skip to content

Commit

Permalink
toml and changelog for release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Jul 20, 2022
1 parent 8111a32 commit ac3d25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NNHelferlein"
uuid = "b9e938e5-d80d-48a2-bb0e-6649b4a98aeb"
authors = ["andreas.dominik <[email protected]>"]
version = "1.1.1"
version = "1.1.2"

[deps]
Augmentor = "02898b10-1f73-11ea-317c-6393d7073e15"
Expand Down
1 change: 1 addition & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ChangeLog of NNHelferlein package

### v1.1.2
+ Depthwise conv-layer added
+ focal loss functions added to classifier
+ FeatureSelection layer added
Expand Down

2 comments on commit ac3d25d

@andreasdominik
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/64591

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.2 -m "<description of version>" ac3d25d6a66c49ef15ea96eb2a3c0b021ff31cc0
git push origin v1.1.2

Please sign in to comment.