Skip to content

Commit c32077f

Browse files
committed
chore(main): release 1.0.0
1 parent a319a65 commit c32077f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-03-25)
4+
5+
6+
### Features
7+
8+
* Add historical data to Phx metrics ([#617](https://github.com/beam-community/elixir-companies/issues/617)) ([4c1a892](https://github.com/beam-community/elixir-companies/commit/4c1a8929412dd9b0aefbea06b5a1660a8314194a))
9+
* add River ([#751](https://github.com/beam-community/elixir-companies/issues/751)) ([3cbb15c](https://github.com/beam-community/elixir-companies/commit/3cbb15c0ab36eb9c8bcd35910eeef15b7c6efac5))
10+
* Convert to new historical_data API ([#618](https://github.com/beam-community/elixir-companies/issues/618)) ([7bfb273](https://github.com/beam-community/elixir-companies/commit/7bfb273b78e9fb72129e8e85905cb9d431ce7c8a))
11+
* update edit and delete buttons for company cards, [#469](https://github.com/beam-community/elixir-companies/issues/469) ([#489](https://github.com/beam-community/elixir-companies/issues/489)) ([883b0cb](https://github.com/beam-community/elixir-companies/commit/883b0cb25e056e86cc2c66196efe3ae7b2c474c1))
12+
13+
14+
### Bug Fixes
15+
16+
* 668: cannot load_more companies ([#670](https://github.com/beam-community/elixir-companies/issues/670)) ([232824a](https://github.com/beam-community/elixir-companies/commit/232824a660175471e0777d7e593f63d3655b7e9d))
17+
* rm non-functional industries select, make search box bigger ([#705](https://github.com/beam-community/elixir-companies/issues/705)) ([5193154](https://github.com/beam-community/elixir-companies/commit/5193154f76851428109845098fff8c654f2da9a6))

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Companies.MixProject do
44
def project do
55
[
66
app: :companies,
7-
version: "0.1.0",
7+
version: "1.0.0",
88
elixir: "~> 1.17",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: Mix.compilers(),

0 commit comments

Comments
 (0)