Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Nov 30, 2023
1 parent c5d2d49 commit b76e969
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 240 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.6.2] - 2023-11-30
### Added
- ignoring entities for Company
- showing next sync time
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/flyerhzm/bullet
revision: 5de18679c269931622b44892d68cbd7ecdad0aa6
revision: e48c6c86a19c1b8c0bfb5b29a9f00668654bc172
branch: main
specs:
bullet (7.1.4)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
mutex_m (0.2.0)
net-imap (0.4.6)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -272,7 +272,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
pghero (3.3.4)
pghero (3.4.0)
activerecord (>= 6)
psych (5.1.1.1)
stringio
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (2.8.2)
reline (0.4.0)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -451,7 +451,7 @@ GEM
net-ssh (>= 2.8.0)
store_model (2.1.2)
activerecord (>= 5.2)
stringio (3.0.9)
stringio (3.1.0)
strong_migrations (1.6.4)
activerecord (>= 5.2)
tailwindcss-rails (2.0.32-arm64-darwin)
Expand All @@ -467,7 +467,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
view_component (3.7.0)
view_component (3.8.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion app/views/controllers/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="bg-zinc-800 text-white flex flex-col-reverse sm:flex-row justify-between p-8">
<div>
<span class="copyright">&copy;</span> 2023 PullKeeper, v1.6.1
<span class="copyright">&copy;</span> 2023 PullKeeper, v1.6.2
</div>
<div class="flex grid-x gap-8 mb-4 sm:mb-0">
<a href="https://t.me/kortirso" target="_blank" rel="noopener noreferrer">Support in Telegram</a>
Expand Down
Loading

0 comments on commit b76e969

Please sign in to comment.