-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dbab11
commit e9ead36
Showing
3 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "0.0.0", | ||
".": "1.0.0", | ||
"priv/cockroachdb": "0.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-07-08) | ||
|
||
|
||
### Features | ||
|
||
* add cockroachdb local instance, testing, and deployment docs ([#10](https://github.com/btkostner/jumar/issues/10)) ([c4f803d](https://github.com/btkostner/jumar/commit/c4f803da8b888eb71853581e1b13b56a18a945ae)) | ||
* add credo, dialyzer, and doctor to CI ([#15](https://github.com/btkostner/jumar/issues/15)) ([9be69c1](https://github.com/btkostner/jumar/commit/9be69c15b6ec9e559abf435543a772034f0d5045)) | ||
* add logo and some basic CI ([#1](https://github.com/btkostner/jumar/issues/1)) ([8dbf140](https://github.com/btkostner/jumar/commit/8dbf140e3c0fe8b385f5b43f8c956883f6c58594)) | ||
* add renovate for github action version updates ([#36](https://github.com/btkostner/jumar/issues/36)) ([004d125](https://github.com/btkostner/jumar/commit/004d125489e9391eabbed977d0190cf487eaa41a)) | ||
* add type id module ([#9](https://github.com/btkostner/jumar/issues/9)) ([52f0428](https://github.com/btkostner/jumar/commit/52f0428f48f345429ed758a11cd68e942cef1775)) | ||
* build and publish ex_doc on merge ([#5](https://github.com/btkostner/jumar/issues/5)) ([2bf652c](https://github.com/btkostner/jumar/commit/2bf652c1b5817538b2a66b9f056fb03bb596d4fe)) | ||
* run mix phx.gen.auth ([#25](https://github.com/btkostner/jumar/issues/25)) ([a441903](https://github.com/btkostner/jumar/commit/a4419035df8b84b1e03f926b00519cb6f4d34b8e)) | ||
* setup benchmarking with benchee ([#35](https://github.com/btkostner/jumar/issues/35)) ([b9745dd](https://github.com/btkostner/jumar/commit/b9745ddd2090fecfaa6b160af24cb39c5219e1a8)) | ||
* setup cockroach db ([#8](https://github.com/btkostner/jumar/issues/8)) ([81ff28d](https://github.com/btkostner/jumar/commit/81ff28dd645970865b2b413600992a65e7176af0)) | ||
* setup custom command line interface ([#33](https://github.com/btkostner/jumar/issues/33)) ([6a6003e](https://github.com/btkostner/jumar/commit/6a6003e511b096648d88abf29ac435c54e7341c5)) | ||
* setup docker release files ([#29](https://github.com/btkostner/jumar/issues/29)) ([5d15751](https://github.com/btkostner/jumar/commit/5d157516761521ba09b3066b75225deca8faef55)) | ||
* setup elixir boundary with compile warnings ([#30](https://github.com/btkostner/jumar/issues/30)) ([6e84443](https://github.com/btkostner/jumar/commit/6e84443b12166685121ffb8c36513fea35c592de)) | ||
* speed up linting CI ([#14](https://github.com/btkostner/jumar/issues/14)) ([985e8b3](https://github.com/btkostner/jumar/commit/985e8b3c963e5933392a2b33392b12380e01a9fc)) | ||
* tailwind class ordering via tailwind_formatter ([#6](https://github.com/btkostner/jumar/issues/6)) ([9cd3af7](https://github.com/btkostner/jumar/commit/9cd3af750a87983619ad1d0940dd5b774d8898fa)) | ||
* update fly.toml on new cockroach version ([3712e2a](https://github.com/btkostner/jumar/commit/3712e2a886263831e0b334e0b18689b0a80de693)) | ||
* use Bandit for http web server ([#16](https://github.com/btkostner/jumar/issues/16)) ([5255d88](https://github.com/btkostner/jumar/commit/5255d880ca508a65bdc9b34513889cf637b1fb0e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** install stylelint before running ([#28](https://github.com/btkostner/jumar/issues/28)) ([110ed70](https://github.com/btkostner/jumar/commit/110ed709fba384780bb83168f31072edbe3237c0)) | ||
* remove html summary in readme ([d67ce90](https://github.com/btkostner/jumar/commit/d67ce90a84f704515e8f449d1b090bacafdcb4a0)) | ||
* replace PR title check workflow with JS script ([53596db](https://github.com/btkostner/jumar/commit/53596db5d57a96af85b4a6d3608805df87acf6b0)) | ||
* set pull request write permission on release workflow ([#2](https://github.com/btkostner/jumar/issues/2)) ([a39114c](https://github.com/btkostner/jumar/commit/a39114c33129e1a9672b7b6e3ea8abe6736dd982)) | ||
* update alex CI to not filter files on non PR checks ([#19](https://github.com/btkostner/jumar/issues/19)) ([0ac8b3d](https://github.com/btkostner/jumar/commit/0ac8b3d7bf22dac59bd89b2e693464ffa35653d2)) | ||
* update CI tests to report status not in PRs ([#17](https://github.com/btkostner/jumar/issues/17)) ([afa4577](https://github.com/btkostner/jumar/commit/afa4577d417ece22a4fa10579939b5c3a0f40d4e)) | ||
* update code for credo linting issues ([7a59a7b](https://github.com/btkostner/jumar/commit/7a59a7b697b87271ca10df108a54cf10c5d22a07)) | ||
* update release please cockroachdb release type ([f90659b](https://github.com/btkostner/jumar/commit/f90659bdc18f2fc578491d0dfba3d21f768ad93c)) | ||
* update release please configuration to include chore commits ([7745bd1](https://github.com/btkostner/jumar/commit/7745bd1d75aad3c76b8b247ea263ad06402a41d4)) | ||
* update renovate bot username issue matching ([2bc559a](https://github.com/btkostner/jumar/commit/2bc559acc52a511eaa4ce4104da96a391b3a6d01)) | ||
* update test CI for better caching ([#20](https://github.com/btkostner/jumar/issues/20)) ([41ac9c5](https://github.com/btkostner/jumar/commit/41ac9c5a1244159e356f5feed31e84ede788bc2d)) | ||
* use release-please changelog format ([3230729](https://github.com/btkostner/jumar/commit/3230729363b2e756fe761cda6c7365ff57a3017d)) | ||
* use reviewdog local for non PR checks ([#18](https://github.com/btkostner/jumar/issues/18)) ([9ab6bf1](https://github.com/btkostner/jumar/commit/9ab6bf109ce7cea8334015a362c5a4a99a966968)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* **deps:** pin actions/github-script action to 60a0d83 ([#52](https://github.com/btkostner/jumar/issues/52)) ([9ef4540](https://github.com/btkostner/jumar/commit/9ef4540935db73358951befff1191dac99444c7f)) | ||
* **deps:** pin dependencies ([#37](https://github.com/btkostner/jumar/issues/37)) ([f992ca1](https://github.com/btkostner/jumar/commit/f992ca1a027ab902ecc0fbe63258cc91bd693a36)) | ||
* **deps:** update ci ([#54](https://github.com/btkostner/jumar/issues/54)) ([0d72b5b](https://github.com/btkostner/jumar/commit/0d72b5b7097c3b06d44e2a28c7e43a28d5bf5f4b)) | ||
* **deps:** update ci ([#57](https://github.com/btkostner/jumar/issues/57)) ([8698262](https://github.com/btkostner/jumar/commit/8698262d4cdfe62f3f5f3384ac11163e8ddb973d)) | ||
* **deps:** update ci ([#58](https://github.com/btkostner/jumar/issues/58)) ([12236b4](https://github.com/btkostner/jumar/commit/12236b45d0ff1e3de5232fef63301bebeb7f5127)) | ||
* **deps:** update ci ([#59](https://github.com/btkostner/jumar/issues/59)) ([827d767](https://github.com/btkostner/jumar/commit/827d76709c7a2a3ab264de4f0d61bee7ea15c909)) | ||
* **deps:** update ci ([#60](https://github.com/btkostner/jumar/issues/60)) ([7bcba43](https://github.com/btkostner/jumar/commit/7bcba43292b5df47b11271ad2293a94df79cb692)) | ||
* **deps:** update ci ([#68](https://github.com/btkostner/jumar/issues/68)) ([d2b732c](https://github.com/btkostner/jumar/commit/d2b732cb30b6b49f1f846d710fc1a1c2c4098aff)) | ||
* **deps:** update ci ([#69](https://github.com/btkostner/jumar/issues/69)) ([665f06b](https://github.com/btkostner/jumar/commit/665f06b522936b0f21ba8b95efd5653ecfdc1ac7)) | ||
* **deps:** update ci ([#72](https://github.com/btkostner/jumar/issues/72)) ([01379ed](https://github.com/btkostner/jumar/commit/01379ed6a2a4057527c59fe0460771e1cbc1b7d9)) | ||
* **deps:** update ci ([#73](https://github.com/btkostner/jumar/issues/73)) ([c10c7a1](https://github.com/btkostner/jumar/commit/c10c7a15d66bfd4e3e9802608e09613e17dc1774)) | ||
* **deps:** update ci ([#74](https://github.com/btkostner/jumar/issues/74)) ([4dbab11](https://github.com/btkostner/jumar/commit/4dbab1145d91ec87df0aa474f383cefe09e211a9)) | ||
* **deps:** update ci (major) ([#46](https://github.com/btkostner/jumar/issues/46)) ([3afe102](https://github.com/btkostner/jumar/commit/3afe1022453a39ec1bc93d159295b94941701b4e)) | ||
* **deps:** update cockroachdb/cockroach docker tag to v23.2.4 ([#38](https://github.com/btkostner/jumar/issues/38)) ([968e157](https://github.com/btkostner/jumar/commit/968e1573d355f0609370da0a4d2aae9ef00de4b6)) | ||
* **deps:** update cockroachdb/cockroach docker tag to v24 ([#67](https://github.com/btkostner/jumar/issues/67)) ([af80c80](https://github.com/btkostner/jumar/commit/af80c80414aaa19c0631f7a00f4d1155f7a82c36)) | ||
* **deps:** update dependency esbuild to ~> 0.8 ([#39](https://github.com/btkostner/jumar/issues/39)) ([b334689](https://github.com/btkostner/jumar/commit/b3346896d34c80f1e78bd4e21137cfbd8b5e7389)) | ||
* **deps:** update dependency ex_doc to ~> 0.32 ([#40](https://github.com/btkostner/jumar/issues/40)) ([44dc41c](https://github.com/btkostner/jumar/commit/44dc41c59209f1c16e03541b7109335b78dea80a)) | ||
* **deps:** update dependency ex_doc to ~> 0.33 ([#63](https://github.com/btkostner/jumar/issues/63)) ([8f4f41f](https://github.com/btkostner/jumar/commit/8f4f41fc27139e3a0c7807ea8fec00d96ce60784)) | ||
* **deps:** update dependency ex_doc to ~> 0.34 ([#65](https://github.com/btkostner/jumar/issues/65)) ([801983b](https://github.com/btkostner/jumar/commit/801983b68175c879b87ce7a5f73e4153f8ec45c4)) | ||
* **deps:** update dependency finch to ~> 0.18 ([#41](https://github.com/btkostner/jumar/issues/41)) ([9122ba0](https://github.com/btkostner/jumar/commit/9122ba0609eb46785c95fd1f606e4ae7d5ea7744)) | ||
* **deps:** update dependency floki to ~> 0.36 ([#42](https://github.com/btkostner/jumar/issues/42)) ([bb74bc6](https://github.com/btkostner/jumar/commit/bb74bc6e2414491ce3e79e0630277c67bd637abe)) | ||
* **deps:** update dependency gettext to ~> 0.24 ([#43](https://github.com/btkostner/jumar/issues/43)) ([dfccdee](https://github.com/btkostner/jumar/commit/dfccdeeff122b621c219e00ea00e4286973d428a)) | ||
* **deps:** update dependency sobelow to ~> 0.13 ([#44](https://github.com/btkostner/jumar/issues/44)) ([58cb428](https://github.com/btkostner/jumar/commit/58cb42824529c052477db5539a20dcd5ec40975c)) | ||
* **deps:** update dependency stream_data to v1 ([#61](https://github.com/btkostner/jumar/issues/61)) ([49dc00c](https://github.com/btkostner/jumar/commit/49dc00c18b3a52a72a7608f37b7e8d9c3b8b7649)) | ||
* **deps:** update dependency tailwind_formatter to ~> 0.4 ([#45](https://github.com/btkostner/jumar/issues/45)) ([e40cd1b](https://github.com/btkostner/jumar/commit/e40cd1b87e5fb5aede159cafc260276d02c97327)) | ||
* **deps:** update dependency telemetry_metrics to v1 ([#49](https://github.com/btkostner/jumar/issues/49)) ([a78fcff](https://github.com/btkostner/jumar/commit/a78fcffc8b1244ab6112d0ce95e161504935e212)) | ||
* **deps:** update elixir and erlang versions ([#27](https://github.com/btkostner/jumar/issues/27)) ([a7374fd](https://github.com/btkostner/jumar/commit/a7374fd596d018bfaf3fc8d97e73925d4c05a3f6)) | ||
* **deps:** update elixir dependencies ([#21](https://github.com/btkostner/jumar/issues/21)) ([07c9069](https://github.com/btkostner/jumar/commit/07c9069a6642b819daecee9eaebfef3e01853b59)) | ||
* **deps:** update github/codeql-action digest to c7f9125 ([#55](https://github.com/btkostner/jumar/issues/55)) ([028df54](https://github.com/btkostner/jumar/commit/028df5408d6b7c406ed7de629328843c2a2ebfdd)) | ||
* **deps:** update github/codeql-action digest to f079b84 ([#66](https://github.com/btkostner/jumar/issues/66)) ([4512ad4](https://github.com/btkostner/jumar/commit/4512ad4843c7e45eeefc8c33d1f0baf6a9090687)) | ||
* **deps:** update reviewdog/action-actionlint digest to 4797143 ([#64](https://github.com/btkostner/jumar/issues/64)) ([35dfad8](https://github.com/btkostner/jumar/commit/35dfad84e671002b64363c0d714f6fd0bbe50114)) | ||
* **deps:** update reviewdog/action-actionlint digest to 52819f5 ([#71](https://github.com/btkostner/jumar/issues/71)) ([e583caa](https://github.com/btkostner/jumar/commit/e583caab3421593690a05a4d735a0e68de9b530a)) | ||
* **deps:** update reviewdog/action-alex digest to 0f066ba ([#56](https://github.com/btkostner/jumar/issues/56)) ([384e8a6](https://github.com/btkostner/jumar/commit/384e8a643ad3c5dad96ee93a659f8d91d95348ef)) | ||
* **docs:** update readme todo list ([8c9327f](https://github.com/btkostner/jumar/commit/8c9327f2f2f26392a8c7927827f1dcd2d9738ba2)) | ||
* **docs:** update readme with links to packages ([f0da12f](https://github.com/btkostner/jumar/commit/f0da12fb85c26e5c7e5891a587f3f12ee880430e)) | ||
* finish boundary check in README ([fc487a4](https://github.com/btkostner/jumar/commit/fc487a4d947e381ba43ecbb4f920933f141ac1dc)) | ||
* increase cockroach kill timeout for graceful exit ([6c12b0c](https://github.com/btkostner/jumar/commit/6c12b0c0ed931ff61ee95a4ba01bd90083a79901)) | ||
* more work on docs ([#7](https://github.com/btkostner/jumar/issues/7) ([5b3f24f](https://github.com/btkostner/jumar/commit/5b3f24f4d7704d2f84a8333546c6363b416e5af1)) | ||
* run mix phx.new and create feature list ([57c8109](https://github.com/btkostner/jumar/commit/57c810945d7da57d5408032d297377b3df5bf4d9)) | ||
* update elixir dependencies ([ad3b7a6](https://github.com/btkostner/jumar/commit/ad3b7a668f785ddd754e811d9ff0cac17d583844)) | ||
* update elixir dependencies ([ec1ecdf](https://github.com/btkostner/jumar/commit/ec1ecdfb494dc526d9297177b2ede90240f8658d)) | ||
* update elixir, erlang, and cockroach versions ([667819f](https://github.com/btkostner/jumar/commit/667819f42c7fb6fb900fde43c50d5a6f78027b7a)) | ||
* update fly.toml release please comment ([ce7042b](https://github.com/btkostner/jumar/commit/ce7042b17b031effc092cebbe8519b13c06c20c6)) | ||
* update header with doc links ([20bda21](https://github.com/btkostner/jumar/commit/20bda21f6fe8f569da36fdbe2f42b1f1aea8bd0b)) | ||
* update location of release please files ([33d47a1](https://github.com/btkostner/jumar/commit/33d47a11bef9aa25f9bcf347d5b52f9b6c26ab77)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters