Skip to content
New issue

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

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

Already on GitHub? # to your account

release 1.0.0 #335

Merged
merged 4 commits into from
Feb 23, 2025
Merged
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
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ updates:
- package-ecosystem: mix
directory: "/"
schedule:
interval: weekly
day: saturday
interval: monthly
- package-ecosystem: mix
directory: "/example"
schedule:
interval: weekly
day: saturday
interval: monthly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: saturday
interval: monthly
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [1.0.0] - 2025-02-23

### Changed

- Update dependencies.

## [0.2.1] - 2023-03-21

### Changed
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add `ecto_nested_changeset` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_nested_changeset, "~> 0.2.1"}
{:ecto_nested_changeset, "~> 1.0.0"}
]
end
```
Expand Down Expand Up @@ -88,8 +88,5 @@ You can access the application at http://localhost:4000.

## Status

This library has a very narrow purpose, which means that even though it is
young, it is unlikely that new functionality is going to be added or that the
API is going to change. Should you miss something, though, don't hesitate to
open an issue. Any issues and problems that may arise will be dealt with
swiftly.
This library is actively maintained, but given its narrow purpose, it will not
see frequent updates.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoNestedChangeset.MixProject do
use Mix.Project

@version "0.2.1"
@version "1.0.0"
@source_url "https://github.com/woylie/ecto_nested_changeset"

def project do
Expand Down
48 changes: 0 additions & 48 deletions renovate.json

This file was deleted.