Skip to content

Commit

Permalink
Release 0.1.0 (#41)
Browse files Browse the repository at this point in the history
Release 0.1.0 to dev

**Do not squash**
  • Loading branch information
SimeonEhrig authored Aug 13, 2024
2 parents cf0c29c + 5cddd55 commit 8099dcc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## Version 0.1.0

**Initial Release**

### New features

- [#14](https://github.com/QEDjl-project/QEDfields.jl/pull/14): Add interface for pulsed plane-wave fields (`AbstractBackgroundField`)
- [#24](https://github.com/QEDjl-project/QEDfields.jl/pull/24): Add Cos Square Pulse background field implementation

### Maintenance

- [#3](https://github.com/QEDjl-project/QEDfields.jl/pull/3): Add unit testing
- [#5](https://github.com/QEDjl-project/QEDfields.jl/pull/5): Add integration tests
- [#8](https://github.com/QEDjl-project/QEDfields.jl/pull/8): Add install instructions
- [#11](https://github.com/QEDjl-project/QEDfields.jl/pull/11): Add JuliaFormatter
- [#12](https://github.com/QEDjl-project/QEDfields.jl/pull/12): Remove Manifest.toml
- [#13](https://github.com/QEDjl-project/QEDfields.jl/pull/13): Move CI formatting job to github actions
- [#15](https://github.com/QEDjl-project/QEDfields.jl/pull/15): Add documentation build and deploy jobs to CI
- [#17](https://github.com/QEDjl-project/QEDfields.jl/pull/17): Run unit tests with additional Julia versions
- [#18](https://github.com/QEDjl-project/QEDfields.jl/pull/18): Fix compat helper
- [#19](https://github.com/QEDjl-project/QEDfields.jl/pull/19): Run compat helper only on upstream repository
- [#26](https://github.com/QEDjl-project/QEDfields.jl/pull/26): Refactor cos square pulse implementation
- [#29](https://github.com/QEDjl-project/QEDfields.jl/pull/29): QED.jl refactoring
- [#30](https://github.com/QEDjl-project/QEDfields.jl/pull/30): Use QEDcore.jl implementations over QEDbase
- [#34](https://github.com/QEDjl-project/QEDfields.jl/pull/34): Refactoring cleanup
- [#36](https://github.com/QEDjl-project/QEDfields.jl/pull/36): Add Julia 1.10 and rc to CI testing versions
- [#39](https://github.com/QEDjl-project/QEDfields.jl/pull/39): Cleanup work for 0.1.0 release
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Tom Jungnickel",
"Anton Reinhard",
]
version = "0.1.0-dev"
version = "0.1.0"

[deps]
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Expand Down

0 comments on commit 8099dcc

Please sign in to comment.