Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
half-shell committed Jan 7, 2025
1 parent c710956 commit 24bfac8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [0.7.4]
## [0.7.5] (2025-01-07)
A maintenance patch, with improvements made the the README, with up to date installation
instructions from [@arcanemachine](https://github.com/arcanemachine) ([#95](https://github.com/kbrw/sweet_xml/pull/95))
and typos fixed by [@kianmeng](https://github.com/kianmeng) ([#89](https://github.com/kbrw/sweet_xml/pull/89)).

### Changed

* Warning cleanups removal made by [@VictorTrin](https://github.com/VitorTrin) and [@elfenlaid](https://github.com/elfenlaid)
([#96](https://github.com/kbrw/sweet_xml/pull/96) & [#102](https://github.com/kbrw/sweet_xml/pull/102))

## [0.7.4] (2023-08-31)

### Changed

Expand Down Expand Up @@ -117,8 +127,9 @@

Changelog format inspired by [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog)

[unreleased]: https://github.com/kbrw/sweet_xml/compare/v0.7.4...HEAD
[unreleased]: https://github.com/kbrw/sweet_xml/compare/v0.7.5...HEAD

[0.7.5]: https://github.com/kbrw/sweet_xml/compare/v0.7.4...v0.7.5
[0.7.4]: https://github.com/kbrw/sweet_xml/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/kbrw/sweet_xml/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/kbrw/sweet_xml/compare/v0.7.1...v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add dependency to your project's `mix.exs`:

```elixir
def deps do
[{:sweet_xml, "~> 0.7.4"}]
[{:sweet_xml, "~> 0.7.5"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule SweetXml.Mixfile do
use Mix.Project

def version, do: "0.7.4"
def version, do: "0.7.5"

def app, do: :sweet_xml

Expand Down

0 comments on commit 24bfac8

Please sign in to comment.